Changeset 19596 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 12/14/2011 05:36:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r19593 r19596 272 272 * @since 3.1.0 273 273 * 274 * @return array 274 * @return array Array of features keyed by category with translations keyed by slug. 275 275 */ 276 276 function get_theme_feature_list() { … … 341 341 342 342 if ( !$feature_list = get_site_transient( 'wporg_theme_feature_list' ) ) 343 set_site_transient( 'wporg_theme_feature_list', array( ), 343 set_site_transient( 'wporg_theme_feature_list', array( ), 10800); 344 344 345 345 if ( !$feature_list ) {
Note: See TracChangeset
for help on using the changeset viewer.