Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:01:23 PM (7 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/comment.php

    r40981 r41686  
    26012601     * @since 2.0.0
    26022602     *
    2603      * @param array &$post_links An array of post links to be checked, passed by reference.
    2604      * @param array &$pung       Whether a link has already been pinged, passed by reference.
    2605      * @param int   $post_ID     The post ID.
     2603     * @param array $post_links An array of post links to be checked (passed by reference).
     2604     * @param array $pung       Whether a link has already been pinged (passed by reference).
     2605     * @param int   $post_ID    The post ID.
    26062606     */
    26072607    do_action_ref_array( 'pre_ping', array( &$post_links, &$pung, $post->ID ) );
Note: See TracChangeset for help on using the changeset viewer.