Changeset 19961
- Timestamp:
- 02/21/2012 06:41:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/header.php
r19958 r19961 25 25 <![endif]--> 26 26 <?php 27 if ( is_singular() && get_option( 'thread_comments' ) )27 if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) 28 28 wp_enqueue_script( 'comment-reply' ); 29 29
Note: See TracChangeset
for help on using the changeset viewer.