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