From 3f130cd1031d711999e934f942b468cb76bfccbc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 23 Aug 2013 22:01:59 +0000 Subject: [PATCH] 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 --- src/wp-includes/query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 04286aa517..505e428fb3 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -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;