Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-phpmailer.php

    r10460 r8801  
    14101410  function EncodeQ ($str, $position = 'text') {
    14111411    /* There should not be any EOL in the string */
    1412     $encoded = preg_replace("/[\r\n]/", '', $str);
     1412    $encoded = preg_replace("[\r\n]", '', $str);
    14131413
    14141414    switch (strtolower($position)) {
Note: See TracChangeset for help on using the changeset viewer.