Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

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

    r11387 r11450  
    955955
    956956    if ( $comment->user_id == $post->post_author ) return false; // The author moderated a comment on his own post
    957    
     957
    958958    if ('' == $user->user_email) return false; // If there's no email to send the comment to
    959959
Note: See TracChangeset for help on using the changeset viewer.