Changeset 22430 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 11/07/2012 07:37:54 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r22278 r22430 845 845 846 846 if ( !$rss->get_item_quantity() ) { 847 echo '<ul><li>' . __( 'An error has occurred ; the feed is probablydown. 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>'; 848 848 $rss->__destruct(); 849 849 unset($rss);
Note: See TracChangeset
for help on using the changeset viewer.