From 180559f06425a44f7483d4c445d22d65d36d24c1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 8 Jul 2016 23:55:54 +0000 Subject: [PATCH] Docs: Fix a typo in an inline hook reference in the DocBlock for `comment_form()`. Props ocean90. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@38018 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 04b443f732..d6a138ddfd 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2106,7 +2106,7 @@ function wp_list_comments( $args = array(), $comments = null ) { * into the function, while you may also choose to use the {@see 'comment_form_default_fields'} * filter to modify the array of default fields if you'd just like to add a new * one or remove a single field. All fields are also individually passed through - * a filter of the {@see 'form comment_form_field_$name'} where $name is the key used + * a filter of the {@see 'comment_form_field_$name'} where $name is the key used * in the array of fields. * * @since 3.0.0