Changeset 55276 for trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
- Timestamp:
- 02/07/2023 05:08:26 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
r51967 r55276 29 29 30 30 <?php if ( ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) && has_custom_header() ) : ?> 31 <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 to content', 'twentyseventeen' ); ?></span></a> 31 <a href="#content" class="menu-scroll-down"><?php echo twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ); ?><span class="screen-reader-text"> 32 <?php 33 /* translators: Hidden accessibility text. */ 34 _e( 'Scroll down to content', 'twentyseventeen' ); 35 ?> 36 </span></a> 32 37 <?php endif; ?> 33 38 </nav><!-- #site-navigation -->
Note: See TracChangeset
for help on using the changeset viewer.