Docs: Correct `@param` type in `fix_phpmailer_messageid()`.

Follow-up to [48033].

Props justlevine.
See #52217, #62281.
Built from https://develop.svn.wordpress.org/trunk@59334


git-svn-id: http://core.svn.wordpress.org/trunk@58720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-11-01 00:10:17 +00:00
parent 9adf2cf437
commit 91822bf70c
2 changed files with 2 additions and 2 deletions

View File

@ -2273,7 +2273,7 @@ function add_new_user_to_blog( $user_id, $password, $meta ) {
* *
* @since MU (3.0.0) * @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 ) { function fix_phpmailer_messageid( $phpmailer ) {
$phpmailer->Hostname = get_network()->domain; $phpmailer->Hostname = get_network()->domain;

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.8-alpha-59333'; $wp_version = '6.8-alpha-59334';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.