Changeset 37956
- Timestamp:
- 07/04/2016 09:36:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37944 r37956 3827 3827 3828 3828 if ( ! $wp_list_table->ajax_user_can() ) { 3829 $status['errorMessage'] = __( 'Sorry, you are not allowed to manage plugins onthis site.' );3829 $status['errorMessage'] = __( 'Sorry, you are not allowed to manage plugins for this site.' ); 3830 3830 wp_send_json_error( $status ); 3831 3831 }
Note: See TracChangeset
for help on using the changeset viewer.