Make WordPress Core

Ticket #20782: 20782.patch

File 20782.patch, 1.2 KB (added by SergeyBiryukov, 12 years ago)
  • wp-admin/customize.php

     
    6868                <div class="wp-full-overlay-sidebar-content">
    6969                        <div id="customize-info" class="customize-section<?php if ( $cannot_expand ) echo ' cannot-expand'; ?>">
    7070                                <div class="customize-section-title">
    71                                         <span class="preview-notice"><?php _e('You are previewing'); ?></span>
    72                                         <strong class="theme-name"><?php echo $wp_customize->theme()->display('Name'); ?></strong>
     71                                        <span class="preview-notice"><?php echo sprintf( __( 'You are previewing %s' ), '<strong class="theme-name">' . $wp_customize->theme()->display('Name') . '</strong>' ); ?></span>
    7372                                </div>
    7473                                <?php if ( ! $cannot_expand ) : ?>
    7574                                <div class="customize-section-content">
  • wp-includes/css/customize-controls.dev.css

     
    115115        font-size: 20px;
    116116        font-weight: 200;
    117117        line-height: 24px;
     118        color: #333;
    118119        display: block;
    119120        text-shadow: 0 1px 0 #fff;
    120121}