From 952187eb769ff5fe8508d8367b6e70ee2e543194 Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 25 Nov 2011 20:00:21 +0000 Subject: [PATCH] Update the text for inactive sidebars, props chrisbliss18 SergeyBiryukov, fixes #19350 git-svn-id: http://svn.automattic.com/wordpress/trunk@19453 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 293cd94dc..d5ff6830a 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -95,10 +95,10 @@ foreach ( $sidebars_widgets as $sidebar_id => $widgets ) { if ( !isset( $wp_registered_sidebars[ $sidebar_id ] ) ) { if ( ! empty( $widgets ) ) { // register the inactive_widgets area as sidebar register_sidebar(array( - 'name' => __( 'Inactive Sidebar (from previous theme)' ), + 'name' => __( 'Inactive Sidebar (not used)' ), 'id' => 'orphaned_widgets-' . $sidebar_id, 'class' => 'inactive-sidebar orphan-sidebar', - 'description' => __( 'This is a left over sidebar from an old theme and does not show anywhere on your site' ), + 'description' => __( 'This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.' ), 'before_widget' => '', 'after_widget' => '', 'before_title' => '',