Changeset 21131 for trunk/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 06/26/2012 05:21:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-manager.php
r21070 r21131 476 476 // to operate properly. 477 477 $this->stop_previewing_theme(); 478 switch_theme( $this->get_ template(), $this->get_stylesheet() );478 switch_theme( $this->get_stylesheet() ); 479 479 $this->start_previewing_theme(); 480 480 }
Note: See TracChangeset
for help on using the changeset viewer.