Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12653 r12733  
    977977
    978978        $comment_author_domain = @gethostbyaddr($comment->comment_author_IP);
    979        
     979
    980980        // The blogname option is escaped with esc_html on the way into the database in sanitize_option
    981981        // we want to reverse this for the plain text arena of emails.
     
    10731073        $comment_author_domain = @gethostbyaddr($comment->comment_author_IP);
    10741074        $comments_waiting = $wpdb->get_var("SELECT count(comment_ID) FROM $wpdb->comments WHERE comment_approved = '0'");
    1075        
     1075
    10761076        // The blogname option is escaped with esc_html on the way into the database in sanitize_option
    10771077        // we want to reverse this for the plain text arena of emails.
    10781078        $blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES);
    1079        
     1079
    10801080        switch ($comment->comment_type)
    10811081        {
     
    11651165        $user_login = stripslashes($user->user_login);
    11661166        $user_email = stripslashes($user->user_email);
    1167        
     1167
    11681168        // The blogname option is escaped with esc_html on the way into the database in sanitize_option
    11691169        // we want to reverse this for the plain text arena of emails.
Note: See TracChangeset for help on using the changeset viewer.