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/class-wp.php

    r41162 r41686  
    369369         * @since 2.1.0
    370370         *
    371          * @param WP &$this Current WordPress environment instance (passed by reference).
     371         * @param WP $this Current WordPress environment instance (passed by reference).
    372372         */
    373373        do_action_ref_array( 'parse_request', array( &$this ) );
     
    500500         * @since 2.1.0
    501501         *
    502          * @param WP &$this Current WordPress environment instance (passed by reference).
     502         * @param WP $this Current WordPress environment instance (passed by reference).
    503503         */
    504504        do_action_ref_array( 'send_headers', array( &$this ) );
     
    722722         * @since 2.1.0
    723723         *
    724          * @param WP &$this Current WordPress environment instance (passed by reference).
     724         * @param WP $this Current WordPress environment instance (passed by reference).
    725725         */
    726726        do_action_ref_array( 'wp', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.