Twenty Twelve: remove extraneous comment. See #20469.

git-svn-id: https://develop.svn.wordpress.org/trunk@22620 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-11-16 22:04:57 +00:00
parent d5c96a1e8b
commit b6736b8a6b
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ if ( post_password_required() )
* But we only want the note on posts and pages that had comments in the first place.
*/
if ( ! comments_open() && get_comments_number() ) : ?>
<!-- If comments are closed. -->
<p class="nocomments"><?php _e( 'Comments are closed.' , 'twentytwelve' ); ?></p>
<?php endif; ?>