Changeset 61393 for branches/6.9/src/wp-includes/pluggable.php
- Timestamp:
- 12/19/2025 03:10:40 AM (4 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-includes/pluggable.php
r61201 r61393 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.