Twenty Ten: clean up r22617, remove extra end comment and indent code. See #20469.
git-svn-id: https://develop.svn.wordpress.org/trunk@22621 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b6736b8a6b
commit
f675bc1e34
|
@ -62,13 +62,13 @@
|
||||||
</div><!-- .navigation -->
|
</div><!-- .navigation -->
|
||||||
<?php endif; // check for comment navigation ?>
|
<?php endif; // check for comment navigation ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* If there are no comments and comments are closed, let's leave a little note, shall we?
|
/* If there are no comments and comments are closed, let's leave a little note, shall we?
|
||||||
* But we only want the note on posts and pages that had comments in the first place.
|
* 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_open() && get_comments_number() ) : ?>
|
||||||
<p class="nocomments"><?php _e( 'Comments are closed.' , 'twentyten' ); ?></p>
|
<p class="nocomments"><?php _e( 'Comments are closed.' , 'twentyten' ); ?></p>
|
||||||
<?php endif; // end ! comments_open ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php endif; // end have_comments() ?>
|
<?php endif; // end have_comments() ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue