Ticket #11518: 11518.2.patch
File 11518.2.patch, 534 bytes (added by , 15 years ago) |
---|
-
wp-includes/default-widgets.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
732 732 echo $before_title . $title . $after_title; 733 733 wp_widget_rss_output( $rss, $instance ); 734 734 echo $after_widget; 735 $rss->__destruct(); 736 unset($rss); 735 $rss = null; // paranoid unset 737 736 } 738 737 739 738 function update($new_instance, $old_instance) {