Make WordPress Core


Ignore:
Timestamp:
04/30/2009 02:33:22 AM (16 years ago)
Author:
azaozz
Message:

Add some help for the widgets screen, make css class .description usable everywhere, fixes #5859

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/widgets.php

    r11110 r11133  
    345345        <h3 class="sidebar-name"><?php _e('Inactive Widgets'); ?>
    346346        <span><img src="images/loading-publish.gif" class="ajax-feedback" title="" alt="" /></span></h3>
     347        <p class="description"><?php _e('Drag widgets here to remove them from the web site but keep their settings.'); ?></p>
    347348        <?php wp_list_widget_controls('wp_inactive_widgets'); ?>
    348349        <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.