Make WordPress Core

Changeset 50781


Ignore:
Timestamp:
04/21/2021 07:45:26 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @since note to wp_mail() about using is_email() for validation.

Follow-up to [48645].

See #52628.

File:
1 edited

Legend:

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

    r50034 r50781  
    159159     *
    160160     * @since 1.2.1
     161     * @since 5.5.0 is_email() is used for email validation,
     162     *              instead of PHPMailer's default validator.
    161163     *
    162164     * @global PHPMailer\PHPMailer\PHPMailer $phpmailer
Note: See TracChangeset for help on using the changeset viewer.