Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-commentsrss2.php

    r3510 r3517  
    5757            $title = apply_filters('the_title_rss', $title);
    5858            printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss());
    59         } else {   
    60             printf(__('by: %s'), get_comment_author_rss());         
     59        } else {
     60            printf(__('by: %s'), get_comment_author_rss());
    6161        } ?></title>
    6262        <link><?php comment_link() ?></link>
Note: See TracChangeset for help on using the changeset viewer.