Make WordPress Core


Ignore:
Timestamp:
08/15/2013 12:24:27 AM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: second pass at matching code standards achieved with Twenty Thirteen development. See #24858, props obenland.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/image.php

    r25021 r25023  
    7070        </article><!-- #post-## -->
    7171
    72         <nav id="image-navigation" class="site-navigation">
     72        <nav id="image-navigation" class="navigation image-navigation">
    7373            <?php previous_image_link( false, __( '<div class="previous-image">Previous Image</div>', 'twentyfourteen' ) ); ?>
    7474            <?php next_image_link( false, __( '<div class="next-image">Next Image</div>', 'twentyfourteen' ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.