Changeset 48217
- Timestamp:
- 06/29/2020 11:07:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/EditComment.php
r48154 r48217 164 164 */ 165 165 public function _wp_update_comment_data_filter( $data, $comment, $commentarr ) { 166 return new WP_Error( 'comment_wrong', __( 'wp_update_comment_data filter fails for this comment.' ), 500 );166 return new WP_Error( 'comment_wrong', 'wp_update_comment_data filter fails for this comment.', 500 ); 167 167 } 168 168
Note: See TracChangeset
for help on using the changeset viewer.