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:
Andrew Ozz
2009-05-04 01:19:10 +00:00
parent 4cbf51bc20
commit 90e500ae36
9 changed files with 56 additions and 28 deletions
+1
View File
@@ -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 ) {