Update @since. see #10910

git-svn-id: http://svn.automattic.com/wordpress/trunk@12811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-01-23 18:13:31 +00:00
parent 41eeb07634
commit 44ba9a0ec0
1 changed files with 1 additions and 1 deletions

View File

@ -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