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:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user