Changeset 28509 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 05/19/2014 05:44:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r28124 r28509 191 191 * @since 3.4.0 192 192 */ 193 function after_setup_theme() {193 public function after_setup_theme() { 194 194 if ( ! $this->doing_ajax() && ! validate_current_theme() ) { 195 195 wp_redirect( 'themes.php?broken=true' );
Note: See TracChangeset
for help on using the changeset viewer.