diff -r a4642baaf829 -r 4d4862461b8d web/wp-admin/edit-category-form.php --- a/web/wp-admin/edit-category-form.php Tue Feb 02 14:45:47 2010 +0000 +++ b/web/wp-admin/edit-category-form.php Tue Feb 02 15:44:16 2010 +0000 @@ -1,84 +1,83 @@ -name ) ) - $category->name = ''; - - if ( ! isset( $category->slug ) ) - $category->slug = ''; - - if ( ! isset( $category->parent ) ) - $category->parent = ''; - - if ( ! isset( $category->description ) ) - $category->description = ''; -} - -do_action('edit_category_form_pre', $category); - -_fill_empty_category($category); -?> - -
- -

-
-
- - - - - - - - - - - - - - - - - - - - - -

-

-
- 0, 'name' => 'category_parent', 'orderby' => 'name', 'selected' => $category->parent, 'hierarchical' => true, 'show_option_none' => __('None'))); ?>
- -

-
-

- -
-
+name ) ) + $category->name = ''; + + if ( ! isset( $category->slug ) ) + $category->slug = ''; + + if ( ! isset( $category->parent ) ) + $category->parent = ''; + + if ( ! isset( $category->description ) ) + $category->description = ''; +} + +do_action('edit_category_form_pre', $category); + +_fill_empty_category($category); +?> + +
+ +

+
+
+ + + + + + + + + + + + + + + + + + + + +

+

+
+ 0, 'name' => 'category_parent', 'orderby' => 'name', 'selected' => $category->parent, 'exclude' => $category->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?>
+ +

+
+

+ +
+