Changeset 9364
- Timestamp:
- 12/19/2019 08:08:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r9363 r9364 450 450 $cache_key = sanitize_key( __METHOD__ . ':' . get_locale() . ':' . md5( serialize( $this->request ) . serialize( $this->fields ) ) ); 451 451 if ( false !== ( $this->response = wp_cache_get( $cache_key, $this->cache_group ) ) && empty( $this->request->cache_buster ) ) { 452 //return;452 return; 453 453 } 454 454 … … 487 487 } 488 488 489 //wp_cache_set( $cache_key, $this->response, $this->cache_group, $this->cache_life );489 wp_cache_set( $cache_key, $this->response, $this->cache_group, $this->cache_life ); 490 490 } 491 491
Note: See TracChangeset
for help on using the changeset viewer.