Make WordPress Core


Ignore:
Timestamp:
09/14/2009 02:03:32 PM (16 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r11895 r11930  
    836836    /**
    837837     * The email address of the current comment author escaped for use in attributes.
    838      */ 
     838     */
    839839    $comment_author_email = $commenter['comment_author_email'];  // Escaped by sanitize_comment_cookies()
    840840
    841841    /**
    842842     * The url of the current comment author escaped for use in attributes.
    843      */ 
     843     */
    844844    $comment_author_url = esc_url($commenter['comment_author_url']);
    845845
Note: See TracChangeset for help on using the changeset viewer.