Changeset 37960 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/04/2016 10:09:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37956 r37960 3398 3398 3399 3399 if ( ! current_user_can( 'update_themes' ) ) { 3400 $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes onthis site.' );3400 $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes for this site.' ); 3401 3401 wp_send_json_error( $status ); 3402 3402 }
Note: See TracChangeset
for help on using the changeset viewer.