diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 8d1b8d5c5f..27d6e24505 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -135,7 +135,7 @@ textarea.disabled { text-shadow: #fff 0 1px 0; } -.setting-description, +.description, .form-wrap p { color: #666; } @@ -1606,4 +1606,4 @@ div.widgets-holder-wrap { .sidebar-name:hover { color: #d54e21; -} \ No newline at end of file +} diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index d211d7d60b..16f7ea184f 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -119,7 +119,8 @@ textarea.disabled { text-shadow: #fff 0 1px 0; } -.setting-description, .form-wrap p { +.description, +.form-wrap p { color: #666; } diff --git a/wp-admin/css/widgets.css b/wp-admin/css/widgets.css index 7be92c0f9e..0e8519f3bf 100644 --- a/wp-admin/css/widgets.css +++ b/wp-admin/css/widgets.css @@ -173,3 +173,12 @@ div#sidebar-info { line-height: 3em; vertical-align: middle; } + +#wp_inactive_widgets .sidebar-name { + margin: 0; + padding: 2px 0; +} + +#wp_inactive_widgets p.description { + margin: 0 0 15px; +} diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index ae329557ad..c860967fb7 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3458,6 +3458,12 @@ function screen_meta($screen) { $_wp_contextual_help[$screen] = $help; } break; + case 'widgets': + if ( !isset($_wp_contextual_help['widgets']) ) { + $help = widgets_help(); + $_wp_contextual_help['widgets'] = $help; + } + break; } ?>
' . __('Widgets can be added or 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 new location. As you drag the module, notice the dotted gray box that also moves. This box indicates where the widget will be placed when you release the mouse button.') . '
+' . __('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.') . '
+'; +} + function screen_layout($screen) { global $screen_layout_columns; diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index dc5cc5c75a..23515d07f7 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -65,7 +65,7 @@ include('./admin-header.php');description; ?>
+description; ?>
parent_theme) { ?>%2$s. The stylesheet files are located in %3$s
. %4$s uses templates from %5$s. Changes made to the templates will affect both themes.'), $ct->title, $ct->template_dir, $ct->stylesheet_dir, $ct->title, $ct->parent_theme); ?>