[wp-trac] [WordPress Trac] #56743: Update jquery-migrate to version 3.4.0
WordPress Trac
noreply at wordpress.org
Fri Oct 21 13:28:28 UTC 2022
#56743: Update jquery-migrate to version 3.4.0
----------------------------------------+---------------------
Reporter: desrosj | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 6.2
Component: External Libraries | Version:
Severity: normal | Resolution:
Keywords: good-first-bug needs-patch | Focuses:
----------------------------------------+---------------------
Comment (by a4jp.com):
Any chance of getting 3.4.0 in 6.1 as it's just a link change on your side
and as jQuery Migrate is still in WordPress?
Or a warning removal at least:
{{{
/*Remove JQuery Migrate warning*/
function remove_jquery_migrate_notice() {
$m= $GLOBALS['wp_scripts']->registered['jquery-migrate'];
$m->extra['before'][]='temp_jm_logconsole = window.console.log;
window.console.log=null;';
$m->extra['after'][]='window.console.log=temp_jm_logconsole;';
}
add_action( 'init', 'remove_jquery_migrate_notice', 5 );
}}}
[https://core.trac.wordpress.org/ticket/51812#comment:133]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56743#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list