Changeset 20802 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 05/16/2012 05:55:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20794 r20802 143 143 144 144 do_action( 'stop_previewing_theme', $this ); 145 } 146 147 /** 148 * Checks if the current theme is active. 149 * 150 * @since 3.4.0 151 */ 152 public function is_current_theme_active() { 153 return $this->get_stylesheet() == $this->original_stylesheet; 145 154 } 146 155
Note: See TracChangeset
for help on using the changeset viewer.