Changeset 12476
- Timestamp:
- 12/21/2009 11:37:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-includes/default-widgets.php
r12364 r12476 733 733 wp_widget_rss_output( $rss, $instance ); 734 734 echo $after_widget; 735 $rss->__destruct(); 735 736 if ( ! is_wp_error($rss) ) 737 $rss->__destruct(); 736 738 unset($rss); 737 739 }
Note: See TracChangeset
for help on using the changeset viewer.