Make WordPress Core

Changeset 6056


Ignore:
Timestamp:
09/07/2007 02:07:13 AM (17 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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') {
Note: See TracChangeset for help on using the changeset viewer.