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