Twenty Twelve: remove extraneous comment. See #20469.

git-svn-id: http://core.svn.wordpress.org/trunk@22620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-11-16 22:04:57 +00:00
parent 1639521c3d
commit 56afd08bd1
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; ?>