Changes between Initial Version and Version 2 of Ticket #64372
- Timestamp:
- 12/07/2025 05:14:34 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64372
- Property Keywords has-patch has-unit-tests added
-
Ticket #64372 – Description
initial v2 13 13 }}} 14 14 15 This capability is not included in any unit test, and it may be a vestige of something no longer used. Naturally, a better way to do this now would seem to be to leverage the `script_loader_src` filter, or rather, to add the query parameters to the URL being registered in the first place. I can [https://wpdirectory.net/search/01KBVJW6HFWQ4HM3X098AV1Z4S find] one plugin ([https://wordpress.org/plugins/mapnavigator/ Map Navigator]) which seems to be [ using] this intentionally.15 This capability is not included in any unit test, and it may be a vestige of something no longer used. Naturally, a better way to do this now would seem to be to leverage the `script_loader_src` filter, or rather, to add the query parameters to the URL being registered in the first place. I can [https://wpdirectory.net/search/01KBVJW6HFWQ4HM3X098AV1Z4S find] one plugin ([https://wordpress.org/plugins/mapnavigator/ Map Navigator]) which seems to be [https://plugins.trac.wordpress.org/browser/mapnavigator/tags/1.1.1/functions.php#L1388 using] this intentionally. 16 16 17 17 In any case, I found that this capability is broken when using `null` as a version: