Make WordPress Core


Ignore:
Timestamp:
11/07/2012 07:37:54 PM (13 years ago)
Author:
nacin
Message:

Merge some strings. props pavelevap. fixes #22306.

File:
1 edited

Legend:

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

    r22278 r22430  
    845845
    846846    if ( !$rss->get_item_quantity() ) {
    847         echo '<ul><li>' . __( 'An error has occurred; the feed is probably down. Try again later.' ) . '</li></ul>';
     847        echo '<ul><li>' . __( 'An error has occurred, which probably means the feed is down. Try again later.' ) . '</li></ul>';
    848848        $rss->__destruct();
    849849        unset($rss);
Note: See TracChangeset for help on using the changeset viewer.