Changeset 2374

Show
Ignore:
Timestamp:
02/24/05 18:29:41 (4 years ago)
Author:
ryan
Message:

Oops. Fix indent. I hate tabs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-rss2.php

    r2373 r2374  
    3434        <link><?php permalink_single_rss() ?></link> 
    3535        <comments><?php comments_link(); ?></comments> 
    36                                                                                     <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> 
     36        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> 
    3737        <dc:creator><?php the_author() ?></dc:creator> 
    3838        <?php the_category_rss() ?>