Make WordPress Core


Ignore:
Timestamp:
05/04/2009 01:19:10 AM (17 years ago)
Author:
azaozz
Message:

Widgets UI improvements: arrows, some more help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r11150 r11166  
    35783578function widgets_help() {
    35793579        return '
    3580         <p>' .  __('Widgets can be added or arranged by dragging. If you hover your mouse over the title bar of a widget you&rsquo;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.') . '</p>
    3581         <p>' . __('To show or hide the settings for a widget, click on the arrow that appears on the right of the widget title.') . '</p>
     3580        <p>' .  __('Widgets can be added and arranged by dragging. If you hover your mouse over the title bar of a widget you&rsquo;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.') . '</p>
     3581        <p>' . __('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.') . '</p>
    35823582        <p>' . __('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.') . '</p>
    35833583';
Note: See TracChangeset for help on using the changeset viewer.