Changeset 61352 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 12/05/2025 01:38:48 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r61321 r61352 619 619 do_action_ref_array( 'phpmailer_init', array( &$phpmailer ) ); 620 620 621 $mail_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' );621 $mail_data = compact( 'to', 'subject', 'message', 'headers', 'attachments', 'embeds' ); 622 622 623 623 // Send!
Note: See TracChangeset
for help on using the changeset viewer.