From 5d9625c28ce5a055def38751f0f4e5c7bc62c90d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 27 Sep 2015 01:39:37 +0000 Subject: [PATCH] Restore and deprecate the `WP_Widget_Recent_Comments::flush_widget_cache()` method, removed in [34580]. Fixes #25556. git-svn-id: https://develop.svn.wordpress.org/trunk@34622 602fd350-edb4-49c9-b593-d223f7449a82 --- .../widgets/class-wp-widget-recent-comments.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/wp-includes/widgets/class-wp-widget-recent-comments.php b/src/wp-includes/widgets/class-wp-widget-recent-comments.php index 157205cdc9..0f1a3b53e9 100644 --- a/src/wp-includes/widgets/class-wp-widget-recent-comments.php +++ b/src/wp-includes/widgets/class-wp-widget-recent-comments.php @@ -158,4 +158,16 @@ class WP_Widget_Recent_Comments extends WP_Widget {