diff --git a/lib/scripts.php b/lib/scripts.php index b091f59..6a89ab9 100644 --- a/lib/scripts.php +++ b/lib/scripts.php @@ -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', '', '', '', false); + wp_register_script('jquery', '', '', '1.8.1', false); } if (is_single() && comments_open() && get_option('thread_comments')) {