Skip to content

Commit

Permalink
Docs: Correct @param type in fix_phpmailer_messageid().
Browse files Browse the repository at this point in the history
Follow-up to [48033].

Props justlevine.
See #52217, #62281.

git-svn-id: https://develop.svn.wordpress.org/trunk@59334 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Nov 1, 2024
1 parent 7773262 commit 87821bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/ms-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,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\PHPMailer $phpmailer The PHPMailer instance (passed by reference).
*/
function fix_phpmailer_messageid( $phpmailer ) {
$phpmailer->Hostname = get_network()->domain;
Expand Down

0 comments on commit 87821bc

Please sign in to comment.