Changeset 48589 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/23/2020 09:06:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r48569 r48589 4211 4211 4212 4212 // An unhandled error occurred. 4213 $status['errorMessage'] = __( ' Update failed' );4213 $status['errorMessage'] = __( 'Theme update failed.' ); 4214 4214 wp_send_json_error( $status ); 4215 4215 }
Note: See TracChangeset
for help on using the changeset viewer.