Changeset 14313 for trunk/wp-admin/update-core.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r14166 r14313 11 11 12 12 if ( ! current_user_can('update_plugins') ) 13 wp_die(__('You do not have sufficient permissions to update plugins for this blog.'));13 wp_die(__('You do not have sufficient permissions to update plugins for this site.')); 14 14 15 15 function list_core_update( $update ) {
Note: See TracChangeset
for help on using the changeset viewer.