Changeset 30216 for trunk/src/wp-content/themes/twentyfifteen/image.php
- Timestamp:
- 11/03/2014 09:39:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/image.php
r30046 r30216 71 71 ?> 72 72 73 <?php twentyfifteen_post_nav(); ?> 73 <?php 74 the_post_navigation( array( 75 'prev_text' => _x( '<span class="meta-nav">Published in</span><span class="post-title">%title</span>', 'Parent post link', 'twentyfifteen' ), 76 ) ); 77 ?> 74 78 75 79 <?php endwhile; // end of the loop. ?>
Note: See TracChangeset
for help on using the changeset viewer.