Opened 3 years ago
Closed 3 years ago
#58203 closed defect (bug) (fixed)
jQuery version doesn't match
| Reported by: | nickpap | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2.1 |
| Component: | Script Loader | Version: | 6.2 |
| Severity: | normal | Keywords: | good-first-bug has-patch fixed-major |
| Cc: | Focuses: |
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)
#4
@
3 years ago
- Keywords commit added
- Owner set to
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.