Changeset 31536
- Timestamp:
- 02/25/2015 03:53:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r31533 r31536 315 315 */ 316 316 public function theme() { 317 if ( ! $this->theme ) { 318 $this->theme = wp_get_theme(); 319 } 317 320 return $this->theme; 318 321 }
Note: See TracChangeset
for help on using the changeset viewer.