Typo fixes from mark8barnes and AndrewFrazier. fixes #7174
git-svn-id: https://develop.svn.wordpress.org/trunk@8187 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
963e134717
commit
ed29b5321f
@ -876,7 +876,7 @@ function deslash($content) {
|
||||
function dbDelta($queries, $execute = true) {
|
||||
global $wpdb;
|
||||
|
||||
// Seperate individual queries into an array
|
||||
// Separate individual queries into an array
|
||||
if( !is_array($queries) ) {
|
||||
$queries = explode( ';', $queries );
|
||||
if('' == $queries[count($queries) - 1]) array_pop($queries);
|
||||
|
@ -249,7 +249,7 @@ class SMTP
|
||||
* finializing the mail transaction. $msg_data is the message
|
||||
* that is to be send with the headers. Each header needs to be
|
||||
* on a single line followed by a <CRLF> with the message headers
|
||||
* and the message body being seperated by and additional <CRLF>.
|
||||
* and the message body being separated by and additional <CRLF>.
|
||||
*
|
||||
* Implements rfc 821: DATA <CRLF>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user