h2 removal per wireframes. Props Viper007Bond. see #7552

git-svn-id: http://svn.automattic.com/wordpress/trunk@9032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-09-29 22:06:23 +00:00
parent 3dc5beb9ce
commit ea0ce44d87
35 changed files with 14 additions and 134 deletions

View File

@@ -78,6 +78,8 @@ case 'bulk-delete':
break;
case 'edit':
$title = __('Edit Category');
require_once ('admin-header.php');
$cat_ID = (int) $_GET['cat_ID'];
$category = get_category_to_edit($cat_ID);
@@ -140,8 +142,6 @@ endif; ?>
<div class="wrap">
<h2><?php printf( current_user_can('manage_categories') ? __('Categories (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addcat' ); ?></h2>
<form id="posts-filter" action="" method="get">
<div class="tablenav">