Make WordPress Core


Ignore:
Timestamp:
10/15/2014 05:20:34 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Change instances of "Theme Customizer" to just "Customizer", as the Customizer isn't necessarily theme-specific.

Also capitalize "Customizer".
See also https://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/.

props studionashvegas, tareq1988.
fixes #29947.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r29840 r29903  
    805805    } else {
    806806        /*
    807          * Since retrieve_widgets() is called when initializing the customizer theme,
     807         * Since retrieve_widgets() is called when initializing a theme in the Customizer,
    808808         * we need to to remove the theme mods to avoid overwriting changes made via
    809          * the widget customizer when accessing wp-admin/widgets.php.
     809         * the Customizer when accessing wp-admin/widgets.php.
    810810         */
    811811        if ( 'wp_ajax_customize_save' === current_action() ) {
     
    19471947
    19481948/**
    1949  * Returns a URL to load the theme customizer.
     1949 * Returns a URL to load the Customizer.
    19501950 *
    19511951 * @since 3.4.0
     
    19621962
    19631963/**
    1964  * Prints a script to check whether or not the customizer is supported,
     1964 * Prints a script to check whether or not the Customizer is supported,
    19651965 * and apply either the no-customize-support or customize-support class
    19661966 * to the body.
Note: See TracChangeset for help on using the changeset viewer.