Ticket #11518: 11518.patch
File 11518.patch, 500 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);737 735 } 738 736 739 737 function update($new_instance, $old_instance) {