Ticket #20872: 20872.patch
| File 20872.patch, 574 bytes (added by , 14 years ago) |
|---|
-
wp-includes/class-wp-customize-manager.php
78 78 * @since 3.4.0 79 79 */ 80 80 public function setup_theme() { 81 if ( is_admin() && ! defined( 'DOING_AJAX' ) ) 82 auth_redirect(); 83 81 84 send_origin_headers(); 82 85 83 86 $this->original_stylesheet = get_stylesheet(); … … 964 967 return '#' . $unhashed; 965 968 966 969 return $color; 967 } 968 No newline at end of file 970 }