Changeset 3085
- Timestamp:
- 11/14/05 11:38:15 (3 years ago)
- Files:
-
- trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-mail.php
r2960 r3085 51 51 $subject = trim($line); 52 52 $subject = substr($subject, 9, strlen($subject)-9); 53 if (!preg_match('#\=\?(.+)\?Q\?(.+)\?\=#i', $subject)) { 54 $subject = wp_iso_descrambler($subject); 55 } 53 $subject = wp_iso_descrambler($subject); 56 54 // Captures any text in the subject before $phone_delim as the subject 57 55 $subject = explode($phone_delim, $subject);
