Update to jQuery 1.8.3
This commit is contained in:
@@ -142,7 +142,7 @@ AddType application/x-shockwave-flash swf
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# e.g. Inside of script.combined.js you could have
|
||||
# <!--#include file="libs/jquery-1.8.2.min.js" -->
|
||||
# <!--#include file="libs/jquery-1.8.3.min.js" -->
|
||||
# <!--#include file="plugins/jquery.idletimer.js" -->
|
||||
# and they would be included into this single file.
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ function roots_scripts() {
|
||||
// It's kept in the header instead of footer to avoid conflicts with plugins.
|
||||
if (!is_admin()) {
|
||||
wp_deregister_script('jquery');
|
||||
wp_register_script('jquery', '', '', '1.8.2', false);
|
||||
wp_register_script('jquery', '', '', '1.8.3', false);
|
||||
}
|
||||
|
||||
if (is_single() && comments_open() && get_option('thread_comments')) {
|
||||
|
||||
Reference in New Issue
Block a user