Changeset 51967 for trunk/src/wp-content/themes/twentyfourteen/sidebar.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar.php
r43571 r51967 17 17 18 18 <?php if ( has_nav_menu( 'secondary' ) ) : ?> 19 <nav role="navigation"class="navigation site-navigation secondary-navigation">19 <nav class="navigation site-navigation secondary-navigation"> 20 20 <?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?> 21 21 </nav>
Note: See TracChangeset
for help on using the changeset viewer.