Ticket #29947: 29947-customize-patch-v2.diff
File 29947-customize-patch-v2.diff, 1.1 KB (added by , 10 years ago) |
---|
-
src/wp-admin/customize.php
1 1 <?php 2 2 /** 3 * ThemeCustomize Screen.3 * Customize Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Customize … … 132 132 <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 --> 133 133 <div class="wp-full-overlay-sidebar-content accordion-container" tabindex="-1"> 134 134 <div id="customize-info" class="accordion-section <?php if ( $cannot_expand ) echo ' cannot-expand'; ?>"> 135 <div class="accordion-section-title" aria-label="<?php esc_attr_e( ' ThemeCustomizer Options' ); ?>" tabindex="0">135 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>" tabindex="0"> 136 136 <span class="preview-notice"><?php 137 137 if ( ! $wp_customize->is_theme_active() ) { 138 138 /* translators: %s is the theme name in the Customize/Live Preview pane */