X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3947bc013df7edd54b46deed8230d2eeafc5ecb..f739362bc2205036998dacdccb4f07eda9048877:/wp-comments-post.php diff --git a/wp-comments-post.php b/wp-comments-post.php index 4fb249ba..4e9f1fcf 100644 --- a/wp-comments-post.php +++ b/wp-comments-post.php @@ -42,7 +42,7 @@ do_action( 'set_comment_cookies', $comment, $user ); $location = empty( $_POST['redirect_to'] ) ? get_comment_link( $comment ) : $_POST['redirect_to'] . '#comment-' . $comment->comment_ID; /** - * Filter the location URI to send the commenter after posting. + * Filters the location URI to send the commenter after posting. * * @since 2.0.5 *