Make WordPress Core

Changeset 59334


Ignore:
Timestamp:
11/01/2024 12:08:08 AM (3 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @param type in fix_phpmailer_messageid().

Follow-up to [48033].

Props justlevine.
See #52217, #62281.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r59284 r59334  
    22742274 * @since MU (3.0.0)
    22752275 *
    2276  * @param PHPMailer $phpmailer The PHPMailer instance (passed by reference).
     2276 * @param PHPMailer\PHPMailer\PHPMailer $phpmailer The PHPMailer instance (passed by reference).
    22772277 */
    22782278function fix_phpmailer_messageid( $phpmailer ) {
Note: See TracChangeset for help on using the changeset viewer.