From cbfee344dfa9cb16a386a41737501ee4d3967b63 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 8 Dec 2011 16:51:52 +0000 Subject: [PATCH] Don't use a gettext function for a non-translatable context. Props nacin. fixes #19479 git-svn-id: https://develop.svn.wordpress.org/trunk@19570 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 784520f4c2..63fcc020c8 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -355,7 +355,7 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) {