Changeset 7031 for sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/header.php
- Timestamp:
- 04/05/2018 04:22:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/header.php
r6992 r7031 23 23 24 24 <?php if ( has_nav_menu( 'top' ) ) : ?> 25 <div class="navigation-top-container"> 25 26 <div class="navigation-top"> 26 27 <div class="wrap"> … … 28 29 </div> 29 30 </div> 31 32 <?php Locales\locale_switcher(); ?> 33 </div> 30 34 <?php endif; ?> 31 32 <?php Locales\locale_switcher(); ?>33 35 </header> 34 36
Note: See TracChangeset
for help on using the changeset viewer.