Changeset 20267 for trunk/wp-admin/update.php
- Timestamp:
- 03/23/2012 10:10:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r18617 r20267 200 200 201 201 check_admin_referer('install-theme_' . $theme); 202 $api = themes_api('theme_information', array('slug' => $theme, 'fields' => array('sections' => false ) ) ); //Save on a bit of bandwidth.202 $api = themes_api('theme_information', array('slug' => $theme, 'fields' => array('sections' => false, 'tags' => false) ) ); //Save on a bit of bandwidth. 203 203 204 204 if ( is_wp_error($api) )
Note: See TracChangeset
for help on using the changeset viewer.