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/pluggable.php

    r41365 r41686  
    473473     * @since 2.2.0
    474474     *
    475      * @param PHPMailer &$phpmailer The PHPMailer instance, passed by reference.
     475     * @param PHPMailer $phpmailer The PHPMailer instance (passed by reference).
    476476     */
    477477    do_action_ref_array( 'phpmailer_init', array( &$phpmailer ) );
Note: See TracChangeset for help on using the changeset viewer.