[wp-testers] Bug in trunk/wp-includes/class-phpmailer.php

Sébastien VINCENT contact at elphia.fr
Mon May 30 06:19:46 UTC 2011


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



More information about the wp-testers mailing list