From 7bdc97c1b8e6e09afef23a28a245f06a89153fb8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 8 May 2009 18:21:05 +0000 Subject: [PATCH] Typo fix git-svn-id: https://develop.svn.wordpress.org/trunk@11242 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 5974013915..708ae6e002 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3577,7 +3577,7 @@ function widgets_help() { return '

' . __('Widgets can be added and arranged by dragging. If you hover your mouse over the title bar of a widget you’ll notice the 4 arrow cursor appears to let you know it is movable. Click on it, hold down the mouse button and start dragging the widget to a sidebar. As you drag, notice the dotted gray box that also moves. This box indicates where the widget will be placed when you release the mouse button.') . '

' . __('Widgets can be removed from their settings. To show or hide the settings for a widget, click on the arrow that appears on the right of the widget title.') . '

-

' . __('The Inactive Widgets area stores all widgets that are configured but not curently used on the web site. After changing themes if the new theme has less sidebars than the old theme, all widgets that were in these sidebars will be transfered to Inactive Widgets.') . '

+

' . __('The Inactive Widgets area stores all widgets that are configured but not curently used on the web site. After changing themes if the new theme has less sidebars than the old theme, all widgets that were in these sidebars will be transferred to Inactive Widgets.') . '

'; }