Make WordPress Core

Ticket #19020: 19020-widgets.diff

File 19020-widgets.diff, 1.1 KB (added by Ipstenu, 14 years ago)

Adding in info on widget loss when switching themes and sidebar 'saving' (though I did not put in for how long as that's in flux).

  • wp-admin/widgets.php

     
    4242        <p>' . __('Widgets may be used multiple times. You can give each widget a title, to display on your site, but it&#8217;s not required.') . '</p>
    4343        <p>' . __('Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.') . '</p>
    4444        <p>' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.') . '</p>
     45        <p>' . __('As widget areas are different between themes, your widget contents are moved to the Inactive Widgets area when you switch to a new theme and your widget areas are reset.  If you change your mind and revert to your previous theme, widgets are automatically restored to the appropriate widget areas.') . '</p>
    4546';
    4647
    4748add_contextual_help($current_screen, $help);