Add sidebar descriptions to sidebar settings and widget admin screen, props jeremyclarke scribu, fixes #11157

git-svn-id: https://develop.svn.wordpress.org/trunk@12213 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-11-19 09:12:16 +00:00
parent 2fefd415d2
commit 7c3f9cf02b
6 changed files with 46 additions and 7 deletions
+1
View File
@@ -37,6 +37,7 @@ $parent_file = 'themes.php';
register_sidebar(array(
'name' => __('Inactive Widgets'),
'id' => 'wp_inactive_widgets',
'description' => '',
'before_widget' => '',
'after_widget' => '',
'before_title' => '',