Changeset 25023 for trunk/src/wp-content/themes/twentyfourteen/image.php
- Timestamp:
- 08/15/2013 12:24:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/image.php
r25021 r25023 70 70 </article><!-- #post-## --> 71 71 72 <nav id="image-navigation" class=" site-navigation">72 <nav id="image-navigation" class="navigation image-navigation"> 73 73 <?php previous_image_link( false, __( '<div class="previous-image">Previous Image</div>', 'twentyfourteen' ) ); ?> 74 74 <?php next_image_link( false, __( '<div class="next-image">Next Image</div>', 'twentyfourteen' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.