Ticket #32388: 32388.patch
| File 32388.patch, 561 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/ajax-actions.php
2908 2908 } 2909 2909 2910 2910 if ( ! current_user_can( 'update_plugins' ) ) { 2911 $status['error'] = __( 'You do not have sufficient permissions to update plugins onthis site.' );2911 $status['error'] = __( 'You do not have sufficient permissions to update plugins for this site.' ); 2912 2912 wp_send_json_error( $status ); 2913 2913 } 2914 2914