Changeset 23265 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 01/04/2013 10:13:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r21755 r23265 217 217 218 218 if ( !$feature_list = get_site_transient( 'wporg_theme_feature_list' ) ) 219 set_site_transient( 'wporg_theme_feature_list', array( 219 set_site_transient( 'wporg_theme_feature_list', array(), 10800); 220 220 221 221 if ( !$feature_list ) { 222 $feature_list = themes_api( 'feature_list', array( 222 $feature_list = themes_api( 'feature_list', array() ); 223 223 if ( is_wp_error( $feature_list ) ) 224 224 return $features;
Note: See TracChangeset
for help on using the changeset viewer.