Changeset 9525
- Timestamp:
- 02/21/2020 01:39:33 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
r9524 r9525 493 493 } 494 494 495 /* 495 496 // DEBUG - Try to find out why the cache for the popular/featured views occasionally only include 1 theme. 496 497 if ( … … 503 504 slack_dm( print_r( $this->request, 1 ), 'dd32' ); 504 505 slack_dm( print_r( $wp_query, 1 ), 'dd32' ); 505 } 506 } */ 506 507 507 508 wp_cache_set( $cache_key, $this->response, $this->cache_group, $this->cache_life );
Note: See TracChangeset
for help on using the changeset viewer.