Changeset 60275 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 06/03/2025 04:49:48 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r60269 r60275 447 447 break; 448 448 case 'cc': 449 $phpmailer->addC c( $address, $recipient_name );449 $phpmailer->addCC( $address, $recipient_name ); 450 450 break; 451 451 case 'bcc': 452 $phpmailer->addB cc( $address, $recipient_name );452 $phpmailer->addBCC( $address, $recipient_name ); 453 453 break; 454 454 case 'reply_to':
Note: See TracChangeset
for help on using the changeset viewer.