From e7467f9b4414b472973e81863204f1e0311294c8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 28 Feb 2014 00:45:16 +0000 Subject: [PATCH] Remove temporary hooks added in [26865]. fixes #26661. Built from https://develop.svn.wordpress.org/trunk@27324 git-svn-id: http://core.svn.wordpress.org/trunk@27176 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/widgets.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wp-admin/includes/widgets.php b/wp-admin/includes/widgets.php index d6ad4ad1a8..0a868151e0 100644 --- a/wp-admin/includes/widgets.php +++ b/wp-admin/includes/widgets.php @@ -188,9 +188,6 @@ function wp_widget_control( $sidebar_args ) { $widget_title = esc_html( strip_tags( $sidebar_args['widget_name'] ) ); $has_form = 'noform'; - //temporary_hook #26661 - do_action( 'temp_wp_widget_control_before', $sidebar_args ); - echo $sidebar_args['before_widget']; ?>
@@ -241,8 +238,5 @@ function wp_widget_control( $sidebar_args ) {