Fix typos. Fix assignment. Remove passing of non-existent arg. Props ScottMac. fixes #12193
git-svn-id: http://svn.automattic.com/wordpress/trunk@13054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1580,7 +1580,7 @@ EOD;
|
||||
return false;
|
||||
|
||||
if ($match[3] == 'Z')
|
||||
$match[3] == '+0000';
|
||||
$match[3] = '+0000';
|
||||
|
||||
return strtotime($match[1] . " " . $match[2] . " " . $match[3]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user