Changeset 8060 for trunk/wp-admin/update.php
- Timestamp:
- 06/06/2008 07:21:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r8009 r8060 3 3 require_once('admin.php'); 4 4 5 if ( ! current_user_can('edit_plugins') )6 wp_die( '<p>'.__('You do not have sufficient permissions to update plugins for this blog.').'</p>');5 if ( ! current_user_can('update_plugins') ) 6 wp_die(__('You do not have sufficient permissions to update plugins for this blog.')); 7 7 8 8 function request_filesystem_credentials($form_post, $type = '', $error = false) {
Note: See TracChangeset
for help on using the changeset viewer.