Hi guys,

Was just reading wordpress code from online browser and found :
private function AddAnAddress($kind, $address, $name = '') {
  if (!preg_match('/^(to|cc|bcc|ReplyTo)$/', $kind)) {
    echo 'Invalid recipient array: ' . kind;
    return false;
  }

A '$' is missing. Line 454.

See ya and thanks for the good job on Wordpress,
Sebastien
--
Elphia
Sébastien VINCENT
Maintenance informatique
Création de site internet
Web : http://www.elphia.fr
Tel : 0692 42 55 47
Fax : 02 62 43 26 70

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to