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

Built from https://develop.svn.wordpress.org/trunk@25110


git-svn-id: http://core.svn.wordpress.org/trunk@25092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-08-23 22:02:08 +00:00
parent c79ef61b12
commit 9ccc275d88

View File

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