Make WordPress Core


Ignore:
Timestamp:
08/23/2012 08:34:41 PM (12 years ago)
Author:
ryan
Message:

Update phpdoc for functions that return WP_Post. Soft deprecate get_page(). see #21309

File:
1 edited

Legend:

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

    r21597 r21598  
    27862786     * @access public
    27872787     *
    2788      * @return object Next post.
     2788     * @return WP_Post Next post.
    27892789     */
    27902790    function next_post() {
Note: See TracChangeset for help on using the changeset viewer.