Changes from trunk/wp-includes/class-phpmailer.php at r8801 to branches/2.7/wp-includes/class-phpmailer.php at r10460
- 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.