Ticket #20469: 20469.4.diff
| File 20469.4.diff, 1.9 KB (added by SergeyBiryukov, 6 months ago) |
|---|
-
wp-content/themes/twentyeleven/comments.php
68 68 * But we only want the note on posts and pages that had comments in the first place. 69 69 */ 70 70 if ( ! comments_open() && get_comments_number() ) : ?> 71 <p class="nocomments"><?php _e( 'Comments are closed.' , 'twentyeleven' ); ?></p>71 <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyeleven' ); ?></p> 72 72 <?php endif; ?> 73 73 74 74 <?php endif; // have_comments() ?> -
wp-content/themes/twentyten/comments.php
67 67 * But we only want the note on posts and pages that had comments in the first place. 68 68 */ 69 69 if ( ! comments_open() && get_comments_number() ) : ?> 70 <p class="nocomments"><?php _e( 'Comments are closed.' , 'twentyten' ); ?></p>71 <?php endif; // end ! comments_open ?>70 <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p> 71 <?php endif; // end ! comments_open() ?> 72 72 73 73 <?php endif; // end have_comments() ?> 74 74 -
wp-content/themes/twentytwelve/comments.php
51 51 */ 52 52 if ( ! comments_open() && get_comments_number() ) : ?> 53 53 <!-- If comments are closed. --> 54 <p class="nocomments"><?php _e( 'Comments are closed.' , 'twentytwelve' ); ?></p>54 <p class="nocomments"><?php _e( 'Comments are closed.', 'twentytwelve' ); ?></p> 55 55 <?php endif; ?> 56 56 57 57 <?php endif; // have_comments() ?>
