Opened 20 months ago
Closed 19 months ago
#58203 closed defect (bug) (fixed)
jQuery version doesn't match
Reported by: | nickpap | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2.1 | Priority: | normal |
Severity: | normal | Version: | 6.2 |
Component: | Script Loader | Keywords: | good-first-bug has-patch fixed-major |
Focuses: | Cc: |
Description
It looks like the ver
parameter doesn't match the current jQuery version
$scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.3' );
in /wp-includes/script-loader.php was not updated
Attachments (1)
Change History (8)
#1
@
20 months ago
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 6.3
#4
@
20 months ago
- Keywords commit added
- Owner set to audrasjb
- Status changed from new to accepted
Thanks for the patch. Marking as ready for commit
.
(remember to ideally leave tickets marked as good first bugs for new contributors, please)
Note: See
TracTickets for help on using
tickets.
Thanks for spotting this in ticket:57324#comment:11 and for opening the ticket, @nickpap!
This was accidentally missed in [55491] for #57324.
Might also be considered for 6.2.1.