Ticket #24779: 24779.diff
File 24779.diff, 527 bytes (added by , 12 years ago) |
---|
-
wp-includes/default-widgets.php
643 643 add_action( 'wp_head', array($this, 'recent_comments_style') ); 644 644 645 645 add_action( 'comment_post', array($this, 'flush_widget_cache') ); 646 add_action( 'edit_comment', array($this, 'flush_widget_cache') ); 646 647 add_action( 'transition_comment_status', array($this, 'flush_widget_cache') ); 647 648 } 648 649