Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r12598 r12733  
    791791        if ( !$rss->get_item_quantity() ) {
    792792                echo '<ul><li>' . __( 'An error has occurred; the feed is probably down. Try again later.' ) . '</li></ul>';
    793                 $rss->__destruct(); 
     793                $rss->__destruct();
    794794                unset($rss);
    795795                return;
     
    844844        }
    845845        echo '</ul>';
    846         $rss->__destruct(); 
     846        $rss->__destruct();
    847847        unset($rss);
    848848}
Note: See TracChangeset for help on using the changeset viewer.