Changeset 6942
- Timestamp:
- 03/27/2018 07:11:20 PM (8 years ago)
- Location:
- sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15
- Files:
-
- 2 edited
-
functions.php (modified) (2 diffs)
-
template-parts/header/site-branding.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/functions.php
r6881 r6942 16 16 get_template_directory_uri() . '/style.css' 17 17 ); 18 19 // Styles for locale switcher. 20 wp_enqueue_style( 'select2' ); 18 21 } 19 22 … … 32 35 </a> 33 36 34 35 37 <?php 36 38 -
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/template-parts/header/site-branding.php
r6931 r6942 37 37 </div> 38 38 39 <?php \WP15\Locales\locale_switcher(); ?> 40 39 41 <?php if ( ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) && ! has_nav_menu( 'top' ) ) : ?> 40 42 <a href="#content" class="menu-scroll-down">
Note: See TracChangeset
for help on using the changeset viewer.