Enhance get_comments() phpdoc.

git-svn-id: http://svn.automattic.com/wordpress/trunk@11169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-05-04 09:22:44 +00:00
parent c8c528f18e
commit 96eb01c3ac
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ function &get_comment(&$comment, $output = OBJECT) {
/**
* Retrieve a list of comments.
*
* The comment list can be for the blog as a whole or for an individual post.
*
* The list of comment arguments are 'status', 'orderby', 'comment_date_gmt',
* 'order', 'number', 'offset', and 'post_id'.
*