Changeset 27499 for trunk/src/wp-admin/update.php
- Timestamp:
- 03/11/2014 07:46:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r27280 r27499 203 203 include_once ABSPATH . 'wp-admin/includes/theme-install.php'; //for themes_api.. 204 204 205 check_admin_referer( 'install-theme_' . $theme);205 check_admin_referer( 'install-theme' ); 206 206 $api = themes_api('theme_information', array('slug' => $theme, 'fields' => array('sections' => false, 'tags' => false) ) ); //Save on a bit of bandwidth. 207 207
Note: See TracChangeset
for help on using the changeset viewer.