Make WordPress Core

Ticket #47208: 47208.diff

File 47208.diff, 687 bytes (added by seedsca, 5 years ago)

Patch to clean up typo

  • src/wp-includes/pluggable.php

    diff --git src/wp-includes/pluggable.php src/wp-includes/pluggable.php
    index 777dfbef1f..cdae31aab4 100644
    if ( ! function_exists( 'wp_mail' ) ) : 
    149149         * email successfully. It just only means that the method used was able to
    150150         * process the request without any errors.
    151151         *
    152          * Using the two 'wp_mail_from' and 'wp_mail_from_name' hooks allow from
     152         * Using the two 'wp_mail_from' and 'wp_mail_from_name' hooks allow for
    153153         * creating a from address like 'Name <email@address.com>' when both are set. If
    154154         * just 'wp_mail_from' is set, then just the email address will be used with no
    155155         * name.