Make WordPress Core

Changeset 36758


Ignore:
Timestamp:
02/28/2016 06:32:41 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing documentation for the &$post parameter in the DocBlock for the deprecated _get_post_ancestors().

See #32246.

File:
1 edited

Legend:

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

    r36757 r36758  
    31473147 * @deprecated 3.5.0 Use get_post_ancestors()
    31483148 * @see get_post_ancestors()
     3149 *
     3150 * @param WP_Post &$post Post object, passed by reference (unused).
    31493151 */
    31503152function _get_post_ancestors( &$post ) {
Note: See TracChangeset for help on using the changeset viewer.