Changeset 10150 for trunk/wp-mail.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r10011 r10150 164 164 $content = iconv($charset, get_option('blog_charset'), $content); 165 165 } 166 166 167 167 // Captures any text in the body after $phone_delim as the body 168 168 $content = explode($phone_delim, $content);
Note: See TracChangeset
for help on using the changeset viewer.