Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r19849 r20715  
    16441644          set_magic_quotes_runtime(0);
    16451645        } else {
    1646           ini_set('magic_quotes_runtime', 0); 
     1646          ini_set('magic_quotes_runtime', 0);
    16471647        }
    16481648      }
     
    16531653          set_magic_quotes_runtime($magic_quotes);
    16541654        } else {
    1655           ini_set('magic_quotes_runtime', $magic_quotes); 
     1655          ini_set('magic_quotes_runtime', $magic_quotes);
    16561656        }
    16571657      }
Note: See TracChangeset for help on using the changeset viewer.