[JetPack Comments] Uncaught ReferenceError: jQuery is not defined
-
It seems that, since upgrading to WordPress 3.5, JetPack Comments is not enqueuing jQuery, even though it apparently relies on it.
Adding
wp_enqueue_script( 'jquery' );
to myfunctions.php
fixed the problem, though this is less than elegant as my theme does not use jQuery at all itself.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[JetPack Comments] Uncaught ReferenceError: jQuery is not defined’ is closed to new replies.