Changeset 38909 for trunk/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
- Timestamp:
- 10/25/2016 04:50:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
r38872 r38909 28 28 </div><!-- .site-branding-text --> 29 29 30 <?php if ( ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) && ! has_nav_menu( 'top' ) ) : ?> 31 <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> 32 <?php endif; ?> 33 30 34 </div><!-- .wrap --> 31 35 </div><!-- .site-branding -->
Note: See TracChangeset
for help on using the changeset viewer.