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/class-wp-customize-manager.php

    r29788 r29903  
    3838
    3939    /**
    40      * Methods and properties deailing with managing widgets in the customizer.
     40     * Methods and properties deailing with managing widgets in the Customizer.
    4141     *
    4242     * @var WP_Customize_Widgets
     
    8383        add_action( 'wp_redirect_status', array( $this, 'wp_redirect_status' ), 1000 );
    8484
    85         // Do not spawn cron (especially the alternate cron) while running the customizer.
     85        // Do not spawn cron (especially the alternate cron) while running the Customizer.
    8686        remove_action( 'init', 'wp_cron' );
    8787
     
    517517
    518518    /**
    519      * Prints a signature so we can ensure the customizer was properly executed.
     519     * Prints a signature so we can ensure the Customizer was properly executed.
    520520     *
    521521     * @since 3.4.0
     
    526526
    527527    /**
    528      * Removes the signature in case we experience a case where the customizer was not properly executed.
     528     * Removes the signature in case we experience a case where the Customizer was not properly executed.
    529529     *
    530530     * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.