Changeset 33432 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/26/2015 11:00:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r33356 r33432 2964 2964 2965 2965 if ( ! current_user_can( 'update_plugins' ) ) { 2966 $status['error'] = __( 'You do not have sufficient permissions to update plugins onthis site.' );2966 $status['error'] = __( 'You do not have sufficient permissions to update plugins for this site.' ); 2967 2967 wp_send_json_error( $status ); 2968 2968 }
Note: See TracChangeset
for help on using the changeset viewer.