Changeset 10460 for branches/2.7/wp-includes/class-phpmailer.php
- Timestamp:
- 01/29/2009 05:46:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/class-phpmailer.php
r8801 r10460 1410 1410 function EncodeQ ($str, $position = 'text') { 1411 1411 /* There should not be any EOL in the string */ 1412 $encoded = preg_replace(" [\r\n]", '', $str);1412 $encoded = preg_replace("/[\r\n]/", '', $str); 1413 1413 1414 1414 switch (strtolower($position)) {
Note: See TracChangeset
for help on using the changeset viewer.