Make WordPress Core

Ticket #20872: 20872.patch

File 20872.patch, 574 bytes (added by ocean90, 14 years ago)
  • wp-includes/class-wp-customize-manager.php

     
    7878         * @since 3.4.0
    7979         */
    8080        public function setup_theme() {
     81                if ( is_admin() && ! defined( 'DOING_AJAX' ) )
     82                        auth_redirect();
     83
    8184                send_origin_headers();
    8285
    8386                $this->original_stylesheet = get_stylesheet();
     
    964967                return '#' . $unhashed;
    965968
    966969        return $color;
    967 }
    968  No newline at end of file
     970}