Changes from branches/2.7/wp-includes/class-phpmailer.php at r10460 to trunk/wp-includes/class-phpmailer.php at r8801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpmailer.php
r10460 r8801 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.