Changeset 42343 for trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
r40472 r42343 19 19 </button> 20 20 21 <?php wp_nav_menu( array( 22 'theme_location' => 'top', 23 'menu_id' => 'top-menu', 24 ) ); ?> 21 <?php 22 wp_nav_menu( 23 array( 24 'theme_location' => 'top', 25 'menu_id' => 'top-menu', 26 ) 27 ); 28 ?> 25 29 26 30 <?php if ( ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) && has_custom_header() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.