Changeset 4953 for trunk/wp-includes/pluggable.php
- Timestamp:
- 02/27/2007 03:24:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r4947 r4953 164 164 $phpmailer = new PHPMailer(); 165 165 } 166 166 167 167 $mail = compact('to', 'subject', 'message', 'headers'); 168 168 $mail = apply_filters('wp_mail', $mail);
Note: See TracChangeset
for help on using the changeset viewer.