Make WordPress Core


Ignore:
Timestamp:
08/04/2011 08:38:26 PM (15 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_pluggable.php

    r366 r407  
    144144        function test_wp_mail_rfc2822_addresses() {
    145145                $this->knownWPBug(17305);
    146                
     146
    147147                $to = "Name <address@tld.com>";
    148148                $from = "Another Name <another_address@different-tld.com>";
     
    180180        function test_wp_mail_multiple_rfc2822_to_addresses() {
    181181                $this->knownWPBug(17305);
    182                
     182
    183183                $to = "Name <address@tld.com>, Another Name <another_address@different-tld.com>";
    184184                $subject = "RFC2822 Testing";
Note: See TracChangeset for help on using the changeset viewer.