Make WordPress Core


Ignore:
Timestamp:
05/19/2014 05:44:49 AM (11 years ago)
Author:
wonderboymusic
Message:

Add missing access modifiers to methods/members in WP_Customize_*.

See #27881, #22234.

File:
1 edited

Legend:

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

    r28124 r28509  
    191191     * @since 3.4.0
    192192     */
    193     function after_setup_theme() {
     193    public function after_setup_theme() {
    194194        if ( ! $this->doing_ajax() && ! validate_current_theme() ) {
    195195            wp_redirect( 'themes.php?broken=true' );
Note: See TracChangeset for help on using the changeset viewer.