Make WordPress Core

Ticket #24779: 24779.diff

File 24779.diff, 527 bytes (added by pento, 12 years ago)
  • wp-includes/default-widgets.php

     
    643643                        add_action( 'wp_head', array($this, 'recent_comments_style') );
    644644
    645645                add_action( 'comment_post', array($this, 'flush_widget_cache') );
     646                add_action( 'edit_comment', array($this, 'flush_widget_cache') );
    646647                add_action( 'transition_comment_status', array($this, 'flush_widget_cache') );
    647648        }
    648649