diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index ed4c55b1e..7dc455286 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -356,7 +356,7 @@ function post_categories_meta_box( $post, $box ) { labels->parent_item_colon; ?> $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> - +

diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 08a38c2c7..184083f30 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -524,7 +524,7 @@ var photostorage = false; labels->parent_item_colon; ?> 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '— ' . $tax->labels->parent_item . ' —', 'tab_index' => 3 ) ); ?> - +