Trailing whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-01-15 22:11:12 +00:00
parent 42292a8c4d
commit 8ef8b7bad5
59 changed files with 246 additions and 246 deletions
+2 -2
View File
@@ -790,7 +790,7 @@ function wp_widget_rss_output( $rss, $args = array() ) {
if ( !$rss->get_item_quantity() ) {
echo '<ul><li>' . __( 'An error has occurred; the feed is probably down. Try again later.' ) . '</li></ul>';
$rss->__destruct();
$rss->__destruct();
unset($rss);
return;
}
@@ -843,7 +843,7 @@ function wp_widget_rss_output( $rss, $args = array() ) {
}
}
echo '</ul>';
$rss->__destruct();
$rss->__destruct();
unset($rss);
}