Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #64372


Ignore:
Timestamp:
12/07/2025 05:14:34 AM (2 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64372

    • Property Keywords has-patch has-unit-tests added
  • Ticket #64372 – Description

    initial v2  
    1313}}}
    1414
    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.
     15This 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.
    1616
    1717In any case, I found that this capability is broken when using `null` as a version: