Update to jQuery 1.8.3

This commit is contained in:
Ben Word
2012-12-06 11:47:49 -06:00
parent f7128c6836
commit 31d58cb938
8 changed files with 11 additions and 10 deletions

View 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')) {