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:
parent
a380ed51f7
commit
3f130cd103
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user