Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (13 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

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

    r19623 r19684  
    6464            trigger_error( "Failed to create an instance of PHP's XML parser. http://www.php.net/manual/en/ref.xml.php");
    6565
    66 
    6766        $this->parser = $parser;
    6867
     
    167166
    168167            $this->incontent = $el;
    169 
    170168
    171169        }
     
    434432            debug($cache->ERROR, E_USER_WARNING);
    435433        }
    436 
    437434
    438435        $cache_status    = 0;       // response of check_cache
Note: See TracChangeset for help on using the changeset viewer.