Changeset 20328 for trunk/wp-includes/class-wp-theme.php
- Timestamp:
- 03/30/2012 02:39:05 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r20327 r20328 155 155 * @var bool 156 156 */ 157 private static $cache_expiration = 7200;157 private static $cache_expiration = 1800; 158 158 159 159 /** … … 504 504 foreach ( array( 'theme', 'screenshot', 'screenshot_count', 'files', 'headers', 'page_templates' ) as $key ) 505 505 wp_cache_delete( $key . '-' . $this->cache_hash, 'themes' ); 506 $this->template = $this->textdomain_loaded = $this->theme_root_uri = $this->parent = $this->errors = $this->headers_sanitized = $this->name_translated = null; 507 $this->headers = array(); 508 $this->__construct( $this->stylesheet, $this->theme_root ); 506 509 } 507 510
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)