Changeset 6056

Show
Ignore:
Timestamp:
09/07/07 02:07:13 (1 year ago)
Author:
markjaquith
Message:

Skip deprecated option replacement in wp-mail.php. props Nazgul. fixes #4924

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-mail.php

    r5901 r6056  
    109109    endforeach; 
    110110 
    111     $subject = trim(str_replace(get_option('subjectprefix'), '', $subject)); 
     111    $subject = trim($subject); 
    112112 
    113113    if ($content_type == 'multipart/alternative') {