Changeset 33734 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/25/2015 08:27:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r33707 r33734 503 503 // Set custom headers 504 504 if ( !empty( $headers ) ) { 505 foreach ( (array) $headers as $name => $content ) {505 foreach ( (array) $headers as $name => $content ) { 506 506 $phpmailer->AddCustomHeader( sprintf( '%1$s: %2$s', $name, $content ) ); 507 507 }
Note: See TracChangeset
for help on using the changeset viewer.