From 80c6f0727ef483ec7ac523699e5faedb7eb0e7f0 Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 16 Jul 2009 22:31:22 +0000 Subject: [PATCH] Flush the cache in Recent Comments widget on transition_comment_status, props josephscott, fixes #10427 git-svn-id: http://svn.automattic.com/wordpress/trunk@11718 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 54d1d4012..1b1cc3fbd 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -609,7 +609,7 @@ class WP_Widget_Recent_Comments extends WP_Widget { add_action( 'wp_head', array(&$this, 'recent_comments_style') ); add_action( 'comment_post', array(&$this, 'flush_widget_cache') ); - add_action( 'wp_set_comment_status', array(&$this, 'flush_widget_cache') ); + add_action( 'transition_comment_status', array(&$this, 'flush_widget_cache') ); } function recent_comments_style() { ?>