Make WordPress Core

Ticket #64348: 64348-docs.diff

File 64348-docs.diff, 1.0 KB (added by peterwilsoncc, 2 months ago)
  • src/wp-includes/pluggable.php

    diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php
    index 1d5ee194c9..966917efe3 100644
    a b if ( ! function_exists( 'wp_mail' ) ) : 
    193193                 * Filters the wp_mail() arguments.
    194194                 *
    195195                 * @since 2.2.0
     196                 * @since 6.9.0 Added `embeds` key to the $args array.
    196197                 *
    197198                 * @param array $args {
    198199                 *     Array of the `wp_mail()` arguments.
    if ( ! function_exists( 'wp_mail' ) ) : 
    215216                 * the email was successfully sent.
    216217                 *
    217218                 * @since 5.7.0
     219                 * @since 6.9.0 Added `embeds` key to the $atts array.
    218220                 *
    219221                 * @param null|bool $return Short-circuit return value.
    220222                 * @param array     $atts {
    if ( ! function_exists( 'wp_mail' ) ) : 
    632634                         * process the request without any errors.
    633635                         *
    634636                         * @since 5.9.0
     637                         * @since 6.9.1 Added `embeds` key to the $mail_data array.
    635638                         *
    636639                         * @param array $mail_data {
    637640                         *     An array containing the email recipient(s), subject, message, headers, and attachments.