Changeset 20495 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 04/17/2012 08:49:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20419 r20495 11 11 protected $template; 12 12 protected $stylesheet; 13 protected $original_template; 14 protected $original_stylesheet; 15 13 16 protected $previewing = false; 14 17 … … 81 84 82 85 show_admin_bar( false ); 86 87 $this->original_template = get_template(); 88 $this->original_stylesheet = get_stylesheet(); 83 89 84 90 add_filter( 'template', array( $this, 'get_template' ) );
Note: See TracChangeset
for help on using the changeset viewer.