mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Merge some strings. props pavelevap. fixes #22306.
git-svn-id: https://develop.svn.wordpress.org/trunk@22430 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -844,7 +844,7 @@ function wp_widget_rss_output( $rss, $args = array() ) {
|
||||
$show_date = (int) $show_date;
|
||||
|
||||
if ( !$rss->get_item_quantity() ) {
|
||||
echo '<ul><li>' . __( 'An error has occurred; the feed is probably down. Try again later.' ) . '</li></ul>';
|
||||
echo '<ul><li>' . __( 'An error has occurred, which probably means the feed is down. Try again later.' ) . '</li></ul>';
|
||||
$rss->__destruct();
|
||||
unset($rss);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user