Changeset 14935 for trunk/wp-content/themes/twentyten/comments.php
- Timestamp:
- 05/26/2010 05:35:14 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/comments.php
r14786 r14935 39 39 <?php if ( get_comment_pages_count() > 1 ) : // Are there comments to navigate through? ?> 40 40 <div class="navigation"> 41 <div class="nav-previous"><?php previous_comments_link( __( ' ←Older Comments', 'twentyten' ) ); ?></div>42 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyten' ) ); ?></div>41 <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'twentyten' ) ); ?></div> 42 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 43 43 </div> <!-- .navigation --> 44 44 <?php endif; // check for comment navigation ?> … … 58 58 <?php if ( get_comment_pages_count() > 1 ) : // Are there comments to navigate through? ?> 59 59 <div class="navigation"> 60 <div class="nav-previous"><?php previous_comments_link( __( ' ←Older Comments', 'twentyten' ) ); ?></div>61 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'twentyten' ) ); ?></div>60 <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'twentyten' ) ); ?></div> 61 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 62 62 </div><!-- .navigation --> 63 63 <?php endif; // check for comment navigation ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)