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-content/themes/twentyfifteen/inc/customizer.php

    r29892 r29903  
    11<?php
    22/**
    3  * Twenty Fifteen Theme Customizer.
     3 * Twenty Fifteen Customizer.
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Add postMessage support for site title and description for the Theme Customizer.
    12  *
    13  * @since Twenty Fifteen 1.0
    14  *
    15  * @param WP_Customize_Manager $wp_customize Theme Customizer object.
     11 * Add postMessage support for site title and description for the Customizer.
     12 *
     13 * @since Twenty Fifteen 1.0
     14 *
     15 * @param WP_Customize_Manager $wp_customize Customizer object.
    1616 */
    1717function twentyfifteen_customize_register( $wp_customize ) {
     
    651651
    652652/**
    653  * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
     653 * Binds JS handlers to make Customizer preview reload changes asynchronously.
    654654 *
    655655 * @since Twenty Fifteen 1.0
Note: See TracChangeset for help on using the changeset viewer.