Ticket #20782: customize-context.patch
File customize-context.patch, 656 bytes (added by , 13 years ago) |
---|
-
wp-admin/customize.php
68 68 <div class="wp-full-overlay-sidebar-content"> 69 69 <div id="customize-info" class="customize-section<?php if ( $cannot_expand ) echo ' cannot-expand'; ?>"> 70 70 <div class="customize-section-title"> 71 /* translators: followed by the name of the theme */ 71 72 <span class="preview-notice"><?php _e('You are previewing'); ?></span> 72 73 <strong class="theme-name"><?php echo $wp_customize->theme()->display('Name'); ?></strong> 73 74 </div>