Make WordPress Core


Ignore:
Timestamp:
10/15/2014 05:20:34 PM (9 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-content/themes/twentyfourteen/inc/featured-content.php

    r29719 r29903  
    9898     * Hide "featured" tag from the front-end.
    9999     *
    100      * Has to run on wp_loaded so that the preview filters of the customizer
     100     * Has to run on wp_loaded so that the preview filters of the Customizer
    101101     * have a chance to alter the value.
    102102     *
     
    397397     * @since Twenty Fourteen 1.0
    398398     *
    399      * @param WP_Customize_Manager $wp_customize Theme Customizer object.
     399     * @param WP_Customize_Manager $wp_customize Customizer object.
    400400     */
    401401    public static function customize_register( $wp_customize ) {
Note: See TracChangeset for help on using the changeset viewer.