Changeset 20955 for trunk/wp-admin/customize.php
- Timestamp:
- 05/30/2012 04:57:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/customize.php
r20940 r20955 69 69 <div id="customize-info" class="customize-section<?php if ( $cannot_expand ) echo ' cannot-expand'; ?>"> 70 70 <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 72 /* translators: %s is the theme name in the Customize/Live Preview pane */ 73 echo sprintf( __( 'You are previewing %s' ), '<strong class="theme-name">' . $wp_customize->theme()->display('Name') . '</strong>' ); 74 ?></span> 73 75 </div> 74 76 <?php if ( ! $cannot_expand ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.