mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Fixes #1515
git-svn-id: http://svn.automattic.com/wordpress/trunk@3085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5c1a6a23ad
commit
1bf946e618
@ -50,9 +50,7 @@ for ($i=1; $i <= $count; $i++) :
|
||||
if (preg_match('/Subject: /i', $line)) {
|
||||
$subject = trim($line);
|
||||
$subject = substr($subject, 9, strlen($subject)-9);
|
||||
if (!preg_match('#\=\?(.+)\?Q\?(.+)\?\=#i', $subject)) {
|
||||
$subject = wp_iso_descrambler($subject);
|
||||
}
|
||||
$subject = wp_iso_descrambler($subject);
|
||||
// Captures any text in the subject before $phone_delim as the subject
|
||||
$subject = explode($phone_delim, $subject);
|
||||
$subject = $subject[0];
|
||||
|
Loading…
Reference in New Issue
Block a user