Changeset 28126 for trunk/src/wp-admin/update.php
- Timestamp:
- 04/15/2014 01:15:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r27499 r28126 203 203 include_once ABSPATH . 'wp-admin/includes/theme-install.php'; //for themes_api.. 204 204 205 check_admin_referer( 'install-theme ');205 check_admin_referer( 'install-theme_' . $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.