Make WordPress Core

Changeset 18107


Ignore:
Timestamp:
06/01/2011 08:42:47 PM (14 years ago)
Author:
westi
Message:

Fix typo in PHPMailer. Fixes #17614 props pross.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-phpmailer.php

    r17676 r18107  
    452452  private function AddAnAddress($kind, $address, $name = '') {
    453453    if (!preg_match('/^(to|cc|bcc|ReplyTo)$/', $kind)) {
    454       echo 'Invalid recipient array: ' . kind;
     454      echo 'Invalid recipient array: ' . $kind;
    455455      return false;
    456456    }
Note: See TracChangeset for help on using the changeset viewer.