Changeset 31994 for trunk/src/wp-admin/update.php
- Timestamp:
- 04/03/2015 02:31:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r30649 r31994 202 202 wp_die( __( 'You do not have sufficient permissions to install themes on this site.' ) ); 203 203 204 include_once( ABSPATH . 'wp-admin/includes/ theme-install.php' ); //for themes_api..204 include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' ); //for themes_api.. 205 205 206 206 check_admin_referer( 'install-theme_' . $theme );
Note: See TracChangeset
for help on using the changeset viewer.