Changeset 26227 for trunk/src/wp-content/themes/twentyfourteen/image.php
- Timestamp:
- 11/15/2013 09:19:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/image.php
r26217 r26227 74 74 <nav id="image-navigation" class="navigation image-navigation"> 75 75 <div class="nav-links"> 76 < ?php previous_image_link( false, __( '<div class="previous-image">Previous Image</div>', 'twentyfourteen' ) ); ?>77 < ?php next_image_link( false, __( '<div class="next-image">Next Image</div>', 'twentyfourteen' ) ); ?>76 <div class="previous-image"><?php previous_image_link( false, __( 'Previous Image', 'twentyfourteen' ) ); ?></div> 77 <div class="next-image"><?php next_image_link( false, __( 'Next Image', 'twentyfourteen' ) ); ?></div> 78 78 </div><!-- .nav-links --> 79 79 </nav><!-- #image-navigation -->
Note: See TracChangeset
for help on using the changeset viewer.