update WP_Query docs. See #14600

git-svn-id: https://develop.svn.wordpress.org/trunk@15547 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-08-28 11:09:18 +00:00
parent b4369ec5b6
commit ad904f3307
1 changed files with 3 additions and 3 deletions

View File

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