Make WordPress Core

Changeset 10150 for trunk/wp-mail.php


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (18 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r10011 r10150  
    164164                $content = iconv($charset, get_option('blog_charset'), $content);
    165165        }
    166        
     166
    167167        // Captures any text in the body after $phone_delim as the body
    168168        $content = explode($phone_delim, $content);
Note: See TracChangeset for help on using the changeset viewer.