Make WordPress Core

Ticket #20782: customize-context.patch

File customize-context.patch, 656 bytes (added by xibe, 12 years ago)

My quick-n-dirty hack for a context.

  • 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                                    /* translators: followed by the name of the theme */
    7172                                        <span class="preview-notice"><?php _e('You are previewing'); ?></span>
    7273                                        <strong class="theme-name"><?php echo $wp_customize->theme()->display('Name'); ?></strong>
    7374                                </div>