mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Widgets: improve the help text on the Widgets screen, props siobhan, props Hanni, fixes #26244.
git-svn-id: https://develop.svn.wordpress.org/trunk@26505 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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(); ?>
|
||||
|
||||
Reference in New Issue
Block a user