Changeset 25105 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/23/2013 08:56:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r25104 r25105 1083 1083 1084 1084 foreach ( $emails as $email ) { 1085 @wp_mail( $email s, $subject, $notify_message, $message_headers );1085 @wp_mail( $email, $subject, $notify_message, $message_headers ); 1086 1086 } 1087 1087
Note: See TracChangeset
for help on using the changeset viewer.