From 349fbcaf30058892cfc98d074140828d31d65af8 Mon Sep 17 00:00:00 2001 From: scribu Date: Sat, 28 Aug 2010 11:09:18 +0000 Subject: [PATCH] update WP_Query docs. See #14600 git-svn-id: http://svn.automattic.com/wordpress/trunk@15547 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index e163991f0..9b780b193 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -644,16 +644,16 @@ function the_comment() { class WP_Query { /** - * Query string + * Query vars set by the user * * @since 1.5.0 * @access public - * @var string + * @var array */ var $query; /** - * Query search variables set by the user. + * Query vars, after parsing * * @since 1.5.0 * @access public