Changeset 20306
- Timestamp:
- 03/28/2012 03:04:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20303 r20306 106 106 do_action( 'customize_register' ); 107 107 108 if ( $this->is_preview() )109 add_action( 'template_redirect', array( $this, 'customize_preview_init' ));108 if ( $this->is_preview() && ! is_admin() ) 109 $this->customize_preview_init(); 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.