Changeset 43571 for trunk/src/wp-admin/update.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r42631 r43571 107 107 check_admin_referer( 'install-plugin_' . $plugin ); 108 108 $api = plugins_api( 109 'plugin_information', array( 109 'plugin_information', 110 array( 110 111 'slug' => $plugin, 111 112 'fields' => array( … … 226 227 check_admin_referer( 'install-theme_' . $theme ); 227 228 $api = themes_api( 228 'theme_information', array( 229 'theme_information', 230 array( 229 231 'slug' => $theme, 230 232 'fields' => array(
Note: See TracChangeset
for help on using the changeset viewer.