From 4f1b90798b9fc5569fe19c9221a93a7e9ba1c385 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 23 Jan 2010 18:13:31 +0000 Subject: [PATCH] Update @since. see #10910 git-svn-id: https://develop.svn.wordpress.org/trunk@12811 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index fcf37e7225..e0930b4504 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1425,7 +1425,7 @@ function wp_list_comments($args = array(), $comments = null ) { * a filter of the form comments_form_field_$name where $name is the key used * in the array of fields. * - * @since x.x + * @since 3.0 * @param array $args Options for strings, fields etc in the form * @param mixed $post_id Post ID to generate the form for, uses the current post if null * @return void