From 96eb01c3ac878e882ce36c2e5e2e7c301b2d4253 Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 4 May 2009 09:22:44 +0000 Subject: [PATCH] Enhance get_comments() phpdoc. git-svn-id: http://svn.automattic.com/wordpress/trunk@11169 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/comment.php b/wp-includes/comment.php index b6011169a..8c65eb7ff 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -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'. *