Making WordPress.org

Changeset 7059


Ignore:
Timestamp:
04/06/2018 11:02:04 PM (8 years ago)
Author:
coreymckrill
Message:

WP15 theme: Move locale notice to right below the site header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/header.php

    r7057 r7059  
    3535        </header>
    3636
     37        <?php Locales\locale_notice(); ?>
     38
    3739        <?php if ( ( is_single() || ( is_page() && ! twentyseventeen_is_frontpage() ) ) && has_post_thumbnail( get_queried_object_id() ) ) : ?>
    3840            <div class="single-featured-image-header">
     
    4345        <div class="site-content-contain">
    4446            <div id="content" class="site-content">
    45 
    46                 <?php Locales\locale_notice(); ?>
Note: See TracChangeset for help on using the changeset viewer.