Make WordPress Core

Ticket #29947: 29947-customize-patch-v2.diff

File 29947-customize-patch-v2.diff, 1.1 KB (added by studionashvegas, 10 years ago)

Use this patch instead - I missed the "instance of Theme Customizer" in the commented section.

  • src/wp-admin/customize.php

     
    11<?php
    22/**
    3  * Theme Customize Screen.
     3 * Customize Screen.
    44 *
    55 * @package WordPress
    66 * @subpackage Customize
     
    132132                <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 -->
    133133                <div class="wp-full-overlay-sidebar-content accordion-container" tabindex="-1">
    134134                        <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( 'Theme Customizer Options' ); ?>" tabindex="0">
     135                                <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>" tabindex="0">
    136136                                        <span class="preview-notice"><?php
    137137                                                if ( ! $wp_customize->is_theme_active() ) {
    138138                                                        /* translators: %s is the theme name in the Customize/Live Preview pane */