Make WordPress Core

Changeset 25110


Ignore:
Timestamp:
08/23/2013 10:01:59 PM (12 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r24599 r25110  
    933933
    934934    /**
    935      * The current post ID.
    936      *
    937      * @since 1.5.0
    938      * @access public
    939      * @var object
     935     * The current post.
     936     *
     937     * @since 1.5.0
     938     * @access public
     939     * @var WP_Post
    940940     */
    941941    var $post;
Note: See TracChangeset for help on using the changeset viewer.