- Timestamp:
- 06/29/2020 11:40:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r48185 r48218 871 871 $updated = wp_update_comment( wp_slash( (array) $prepared_args ), true ); 872 872 873 if ( is_wp_error( $updated ) || false === $updated) {873 if ( is_wp_error( $updated ) ) { 874 874 return new WP_Error( 875 875 'rest_comment_failed_edit',
Note: See TracChangeset
for help on using the changeset viewer.