mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Standardise the format used for documenting parameters passed by reference.
See #35974, #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2159,7 +2159,7 @@ function add_new_user_to_blog( $user_id, $password, $meta ) {
|
||||
*
|
||||
* @since MU (3.0.0)
|
||||
*
|
||||
* @param PHPMailer $phpmailer The PHPMailer instance, passed by reference.
|
||||
* @param PHPMailer $phpmailer The PHPMailer instance (passed by reference).
|
||||
*/
|
||||
function fix_phpmailer_messageid( $phpmailer ) {
|
||||
$phpmailer->Hostname = get_network()->domain;
|
||||
|
||||
Reference in New Issue
Block a user