mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user