Changeset 5312
- Timestamp:
- 04/25/2007 03:14:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rss.php
r4997 r5312 816 816 return -1; 817 817 } 818 } 818 } 819 819 820 function wp_rss ($url, $num_items) { 820 821 //ini_set("display_errors", false); uncomment to suppress php errors thrown if the feed is not returned. … … 833 834 } 834 835 else { 835 echo "an error has occured the feed is probably down, try again later.";836 echo 'An error has occurred the feed is probably down, try again later.'; 836 837 } 837 838 }
Note: See TracChangeset
for help on using the changeset viewer.