Make WordPress Core

Ticket #29947: 29947-customize-patch.diff

File 29947-customize-patch.diff, 1015 bytes (added by studionashvegas, 10 years ago)

29947 - removed instance of "Theme" from "Theme Customizer"

  • src/wp-admin/customize.php

     
    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 */