jQuery Migrate plugin conflict
-
Line 254 in:
wp-job-manager/includes/class-wp-job-manager.php
is:wp_register_style( 'jquery-ui', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.min.css', [], $jquery_version );
When using the jQuery Migrate plugin and selecting jQuery Version
Legacy 1.12.4-wp
this output is rendered:https://code.jquery.com/ui/1.11.4-wp/themes/smoothness/jquery-ui.min.css
…which produces a 404 not found errorIt should be:
https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.min.css
Is there a fix you can implement (to follow jQuery Migrate?) other than changing your code every time there’s an update? Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘jQuery Migrate plugin conflict’ is closed to new replies.