Ticket #11518: 11518.patch

File 11518.patch, 500 bytes (added by hakre, 3 years ago)
  • wp-includes/default-widgets.php

    ### Eclipse Workspace Patch 1.0
    #P wordpress-trunk
     
    732732                        echo $before_title . $title . $after_title; 
    733733                wp_widget_rss_output( $rss, $instance ); 
    734734                echo $after_widget; 
    735                 $rss->__destruct();  
    736                 unset($rss); 
    737735        } 
    738736 
    739737        function update($new_instance, $old_instance) {