Changeset 12733 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 01/15/2010 10:11:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r12598 r12733 791 791 if ( !$rss->get_item_quantity() ) { 792 792 echo '<ul><li>' . __( 'An error has occurred; the feed is probably down. Try again later.' ) . '</li></ul>'; 793 $rss->__destruct(); 793 $rss->__destruct(); 794 794 unset($rss); 795 795 return; … … 844 844 } 845 845 echo '</ul>'; 846 $rss->__destruct(); 846 $rss->__destruct(); 847 847 unset($rss); 848 848 }
Note: See TracChangeset
for help on using the changeset viewer.