Show
Ignore:
Timestamp:
11/19/06 07:56:05 (2 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

Files:

Legend:

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

    r3638 r4495  
    22 
    33if (empty($doing_rss)) { 
    4     $doing_rss = 1; 
    5     require(dirname(__FILE__) . '/wp-blog-header.php'); 
     4   $doing_rss = 1; 
     5   require(dirname(__FILE__) . '/wp-blog-header.php'); 
    66} 
    77