Widgets: improve the help text on the Widgets screen, props siobhan, props Hanni, fixes #26244.

Built from https://develop.svn.wordpress.org/trunk@26505


git-svn-id: http://core.svn.wordpress.org/trunk@26399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2013-12-01 18:29:09 +00:00
parent 19b3779e0e
commit db074f8e65
2 changed files with 13 additions and 13 deletions

View File

@@ -337,7 +337,7 @@ do_action( 'widgets_admin_page' ); ?>
</div>
<div class="widget-holder">
<div class="sidebar-description">
<p class="description"><?php _e('Drag widgets from here to a sidebar on the right to activate them. Drag widgets back here to deactivate them and delete their settings.'); ?></p>
<p class="description"><?php _e('To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.'); ?></p>
</div>
<div id="widget-list">
<?php wp_list_widgets(); ?>