Make WordPress Core


Ignore:
Timestamp:
03/13/2019 07:31:49 PM (6 years ago)
Author:
desrosj
Message:

Docs: Correct various spelling mistakes.

Props man4toman.
Fixes #46339.

File:
1 edited

Legend:

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

    r39759 r44894  
    565565     * Send an SMTP DATA command.
    566566     * Issues a data command and sends the msg_data to the server,
    567      * finializing the mail transaction. $msg_data is the message
     567     * finalizing the mail transaction. $msg_data is the message
    568568     * that is to be send with the headers. Each header needs to be
    569569     * on a single line followed by a <CRLF> with the message headers
    570      * and the message body being separated by and additional <CRLF>.
     570     * and the message body being separated by an additional <CRLF>.
    571571     * Implements rfc 821: DATA <CRLF>
    572572     * @param string $msg_data Message data to send
Note: See TracChangeset for help on using the changeset viewer.