Make WordPress Core


Ignore:
Timestamp:
05/22/2015 05:05:19 AM (9 years ago)
Author:
wonderboymusic
Message:

Clean up @global doc blocks/imports for class-wp-customizer-*.php and friends.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r32535 r32542  
    10491049    }
    10501050
     1051    /**
     1052     *
     1053     * @global Custom_Image_Header $custom_image_header
     1054     */
    10511055    public function prepare_control() {
    10521056        global $custom_image_header;
     
    10651069        <script type="text/template" id="tmpl-header-choice">
    10661070            <# if (data.random) { #>
    1067                     <button type="button" class="button display-options random">
    1068                         <span class="dashicons dashicons-randomize dice"></span>
    1069                         <# if ( data.type === 'uploaded' ) { #>
    1070                             <?php _e( 'Randomize uploaded headers' ); ?>
    1071                         <# } else if ( data.type === 'default' ) { #>
    1072                             <?php _e( 'Randomize suggested headers' ); ?>
    1073                         <# } #>
    1074                     </button>
     1071            <button type="button" class="button display-options random">
     1072                <span class="dashicons dashicons-randomize dice"></span>
     1073                <# if ( data.type === 'uploaded' ) { #>
     1074                    <?php _e( 'Randomize uploaded headers' ); ?>
     1075                <# } else if ( data.type === 'default' ) { #>
     1076                    <?php _e( 'Randomize suggested headers' ); ?>
     1077                <# } #>
     1078            </button>
    10751079
    10761080            <# } else { #>
     
    13511355    }
    13521356
     1357    /**
     1358     *
     1359     * @global array $wp_registered_widgets
     1360     */
    13531361    public function render_content() {
    13541362        global $wp_registered_widgets;
Note: See TracChangeset for help on using the changeset viewer.