Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:19:20 PM (18 years ago)
Author:
ryan
Message:

Strip lines that contain only whitespace down to newlines.

File:
1 edited

Legend:

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

    r6001 r6025  
    187187
    188188    $tag = get_tag($tag_id);
    189    
     189
    190190    if ( empty($tag) || is_wp_error($tag) )
    191191        return false;
    192        
     192
    193193    $permalink_structure = get_option('permalink_structure');
    194194
Note: See TracChangeset for help on using the changeset viewer.