Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:01:23 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.

Props sudar for the original patch.

See #35974

File:
1 edited

Legend:

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

    r41584 r41686  
    31563156 * @see get_post_ancestors()
    31573157 *
    3158  * @param WP_Post &$post Post object, passed by reference (unused).
     3158 * @param WP_Post $post Post object, passed by reference (unused).
    31593159 */
    31603160function _get_post_ancestors( &$post ) {
Note: See TracChangeset for help on using the changeset viewer.