Changeset 18107
- Timestamp:
- 06/01/2011 08:42:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpmailer.php
r17676 r18107 452 452 private function AddAnAddress($kind, $address, $name = '') { 453 453 if (!preg_match('/^(to|cc|bcc|ReplyTo)$/', $kind)) { 454 echo 'Invalid recipient array: ' . kind;454 echo 'Invalid recipient array: ' . $kind; 455 455 return false; 456 456 }
Note: See TracChangeset
for help on using the changeset viewer.