From 384cd5a9d305699102d53b2eac0c377aedddbff5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 10 May 2010 08:47:13 +0000 Subject: [PATCH] Fix typos in phpdoc for comment_form(). props demetris, fixes #10910. git-svn-id: https://develop.svn.wordpress.org/trunk@14538 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 6a8dd5edcc..c3b24afe21 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1470,10 +1470,10 @@ function wp_list_comments($args = array(), $comments = null ) { /** * Outputs a complete commenting form for use within a template. * Most strings and form fields may be controlled through the $args array passed - * into the function, while you may also choose to use the comments_form_default_fields + * into the function, while you may also choose to use the 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 form comments_form_field_$name where $name is the key used + * a filter of the form comment_form_field_$name where $name is the key used * in the array of fields. * * @since 3.0.0