Make WordPress Core

Changeset 8187


Ignore:
Timestamp:
06/24/2008 06:52:52 PM (16 years ago)
Author:
ryan
Message:

Typo fixes from mark8barnes and AndrewFrazier. fixes #7174

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r8182 r8187  
    877877    global $wpdb;
    878878
    879     // Seperate individual queries into an array
     879    // Separate individual queries into an array
    880880    if( !is_array($queries) ) {
    881881        $queries = explode( ';', $queries );
  • trunk/wp-includes/class-smtp.php

    r8082 r8187  
    250250     * that is to be send with the headers. Each header needs to be
    251251     * on a single line followed by a <CRLF> with the message headers
    252      * and the message body being seperated by and additional <CRLF>.
     252     * and the message body being separated by and additional <CRLF>.
    253253     *
    254254     * Implements rfc 821: DATA <CRLF>
Note: See TracChangeset for help on using the changeset viewer.