/ Published in: PHP
URL: http://soupgiant.com/blog/wordpress/including-wordpress-comment-reply-js/
Expand |
Embed | Plain Text
function theme_queue_js(){ if (!is_admin()){ if ( is_singular() AND comments_open() AND (get_option('thread_comments') == 1)) wp_enqueue_script( 'comment-reply' ); } } add_action('get_header', 'theme_queue_js');
You need to login to post a comment.
