Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r4947 r4953  
    164164        $phpmailer = new PHPMailer();
    165165    }
    166        
     166
    167167    $mail = compact('to', 'subject', 'message', 'headers');
    168168    $mail = apply_filters('wp_mail', $mail);
Note: See TracChangeset for help on using the changeset viewer.