- Timestamp:
- 05/25/2015 10:30:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/index.php
r1615 r1624 14 14 15 15 <div class="storycontent"> 16 <?php the_content( 'Read on for more »'); ?>16 <?php the_content( __( 'Read on for more »', 'rosetta' ) ); ?> 17 17 </div> 18 18 … … 27 27 <?php endif; ?> 28 28 29 <?php posts_nav_link(' — ', __( '« Newer Posts', 'rosetta' ), __( 'Older Posts »', 'rosetta' ) ); ?> 29 <nav class="posts-navigation"> 30 <?php posts_nav_link( ' — ', __( '« Newer Posts', 'rosetta' ), __( 'Older Posts »', 'rosetta' ) ); ?> 31 </nav> 30 32 </div> 31 33 <div class="col-3">
Note: See TracChangeset
for help on using the changeset viewer.