Changeset 17040 for trunk/wp-admin/update-core.php
- Timestamp:
- 12/18/2010 08:14:54 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r16847 r17040 15 15 } 16 16 17 if ( ! current_user_can( 'update_plugins') )18 wp_die( __('You do not have sufficient permissions to update plugins for this site.'));17 if ( ! current_user_can( 'update_plugins' ) ) 18 wp_die( __( 'You do not have sufficient permissions to update this site.' ) ); 19 19 20 20 function list_core_update( $update ) {
Note: See TracChangeset
for help on using the changeset viewer.