Changeset 39072 for trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
- Timestamp:
- 11/01/2016 05:25:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
r38833 r39072 18 18 19 19 <?php if ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) : ?> 20 <a href="#content" class="menu-scroll-down"><?php echo twentyseventeen_get_svg( array( 'icon' => ' next' ) ); ?><span class="screen-reader-text"><?php _e( 'Scroll Down', 'twentyseventeen' ); ?></span></a>20 <a href="#content" class="menu-scroll-down"><?php echo twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ); ?><span class="screen-reader-text"><?php _e( 'Scroll Down', 'twentyseventeen' ); ?></span></a> 21 21 <?php endif; ?> 22 22 </nav><!-- #site-navigation -->
Note: See TracChangeset
for help on using the changeset viewer.