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