Make WordPress Core


Ignore:
Timestamp:
04/08/2012 09:17:46 PM (14 years ago)
Author:
koopersmith
Message:

Theme Customizer: Add a 'previewing' notice by the theme name. Reduce padding and size on section titles, add a border between section titles and content to better indicate the title as a click target. see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/customize-controls.php

    r20393 r20404  
    5555        <div id="customize-info" class="customize-section">
    5656            <div class="customize-section-title">
     57                <span class="preview-notice"><?php _e('You are previewing'); ?></span>
    5758                <strong class="theme-name"><?php echo $theme['Name']; ?></strong>
    58                 <span class="theme-by"><?php printf( __( 'By %s' ), $theme['Author'] ); ?></span>
    5959            </div>
    6060            <div class="customize-section-content">
Note: See TracChangeset for help on using the changeset viewer.