Ticket #39650: 39650.4.patch
| File 39650.4.patch, 530 bytes (added by , 9 years ago) |
|---|
-
wp-comments-post.php
28 28 if ( ! empty( $data ) ) { 29 29 wp_die( '<p>' . $comment->get_error_message() . '</p>', __( 'Comment Submission Failure' ), array( 'response' => $data, 'back_link' => true ) ); 30 30 } else { 31 exit;31 wp_die( '<p>' . $comment->get_error_code() . '</p>', __( 'Comment Submission Failure' ), array( 'back_link' => true ) ); 32 32 } 33 33 } 34 34