Changeset 6056
- Timestamp:
- 09/07/07 02:07:13 (1 year ago)
- Files:
-
- trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-mail.php
r5901 r6056 109 109 endforeach; 110 110 111 $subject = trim( str_replace(get_option('subjectprefix'), '', $subject));111 $subject = trim($subject); 112 112 113 113 if ($content_type == 'multipart/alternative') {
