[wp-trac] [WordPress Trac] #25130: Docblock documentation for WP_Query -> post property
WordPress Trac
noreply at wordpress.org
Fri Aug 23 21:18:39 UTC 2013
#25130: Docblock documentation for WP_Query -> post property
--------------------------+-----------------------------
Reporter: lgedeon | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Inline Docs | Version: 3.6
Severity: normal | Keywords:
--------------------------+-----------------------------
Current docblock for the post property of WP_Query:
{{{
/**
* The current post ID.
*
* @since 1.5.0
* @access public
* @var object
*/
var $post;
}}}
The $post property contains the current WP_Post object. We need to update
the documentation to reflect this.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25130>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list