Changeset 32649 for trunk/src/wp-admin/customize.php
- Timestamp:
- 05/29/2015 01:56:39 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r32642 r32649 148 148 <div id="widgets-right"><!-- For Widget Customizer, many widgets try to look for instances under div#widgets-right, so we have to add that ID to a container div in the Customizer for compat --> 149 149 <div class="wp-full-overlay-sidebar-content" tabindex="-1"> 150 <div id="customize-info" class="accordion-section ">151 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>" tabindex="0">150 <div id="customize-info" class="accordion-section customize-info"> 151 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>"> 152 152 <span class="preview-notice"><?php 153 echo sprintf( __( 'You are customizing %s' ), '<strong class=" theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' );153 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name' ) . '</strong>' ); 154 154 ?></span> 155 <button class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button> 155 156 </div> 156 <div class=" accordion-section-content"><?php157 <div class="customize-panel-description"><?php 157 158 _e( 'The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them.' ); 158 159 ?></div>
Note: See TracChangeset
for help on using the changeset viewer.