Ticket #4511: wp_mail_1.diff
| File wp_mail_1.diff, 537 bytes (added by , 19 years ago) |
|---|
-
wp-includes/pluggable.php
168 168 } 169 169 170 170 // Compact the input, apply the filters, and extract them back out 171 extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers' ) ) , EXTR_SKIP);171 extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers' ) ) ); 172 172 173 173 // Default headers 174 174 if ( empty( $headers ) ) {