- Timestamp:
- 11/09/2016 03:41:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39161 r39179 632 632 return new WP_Error( 'rest_comment_failed_edit', __( 'Updating comment status failed.' ), array( 'status' => 500 ) ); 633 633 } 634 } else {634 } elseif ( ! empty( $prepared_args ) ) { 635 635 if ( is_wp_error( $prepared_args ) ) { 636 636 return $prepared_args;
Note: See TracChangeset
for help on using the changeset viewer.