mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-17 07:10:27 +00:00
Widgets UI improvements: arrows, some more help
git-svn-id: https://develop.svn.wordpress.org/trunk@11166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -24,6 +24,7 @@ function wp_list_widgets() {
|
||||
natcasesort($sort); ?>
|
||||
|
||||
<div class="widget-holder">
|
||||
<p class="description"><?php _e('Drag widgets from here to a sidebar on the right to activate them.'); ?></p>
|
||||
<div id="widget-list">
|
||||
<?php
|
||||
foreach ( $sort as $val ) {
|
||||
|
||||
Reference in New Issue
Block a user