Correct phpdoc for WP_Query::$post. props lgedeon, fixes #25130.

git-svn-id: https://develop.svn.wordpress.org/trunk@25110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-08-23 22:01:59 +00:00
parent a380ed51f7
commit 3f130cd103
1 changed files with 2 additions and 2 deletions

View File

@ -932,11 +932,11 @@ class WP_Query {
var $in_the_loop = false; var $in_the_loop = false;
/** /**
* The current post ID. * The current post.
* *
* @since 1.5.0 * @since 1.5.0
* @access public * @access public
* @var object * @var WP_Post
*/ */
var $post; var $post;