Changeset 37081
- Timestamp:
- 03/25/2016 05:06:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-includes/pluggable.php
r36447 r37081 542 542 } catch ( phpmailerException $e ) { 543 543 544 $mail_error_data = compact( $to, $subject, $message, $headers, $attachments);544 $mail_error_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' ); 545 545 546 546 /**
Note: See TracChangeset
for help on using the changeset viewer.