Changeset 37520 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 05/23/2016 05:09:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r37491 r37520 425 425 */ 426 426 public function after_setup_theme() { 427 $doing_ajax_or_is_customized = ( $this->doing_ajax() || isset( $_ SERVER['customized'] ) );427 $doing_ajax_or_is_customized = ( $this->doing_ajax() || isset( $_POST['customized'] ) ); 428 428 if ( ! $doing_ajax_or_is_customized && ! validate_current_theme() ) { 429 429 wp_redirect( 'themes.php?broken=true' );
Note: See TracChangeset
for help on using the changeset viewer.