Changeset 14786 for trunk/wp-content/themes/twentyten/comments.php
- Timestamp:
- 05/21/2010 06:56:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/comments.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/comments.php
r14708 r14786 17 17 <?php if ( post_password_required() ) : ?> 18 18 <div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></div> 19 </div><!-- .comments -->19 </div><!-- #comments --> 20 20 <?php 21 21 /* Stop the rest of comments.php from being processed, … … 41 41 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyten' ) ); ?></div> 42 42 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyten' ) ); ?></div> 43 </div> 43 </div> <!-- .navigation --> 44 44 <?php endif; // check for comment navigation ?> 45 45 … … 60 60 <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'twentyten' ) ); ?></div> 61 61 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyten' ) ); ?></div> 62 </div> 62 </div><!-- .navigation --> 63 63 <?php endif; // check for comment navigation ?> 64 64 … … 71 71 ?> 72 72 <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p> 73 <?php endif; // end ! comments_open ed() ?>73 <?php endif; // end ! comments_open() ?> 74 74 75 75 <?php endif; // end have_comments() ?>
Note: See TracChangeset
for help on using the changeset viewer.