Edit Posts needs an H2. Yes, I know the Filter options look funky.

git-svn-id: https://develop.svn.wordpress.org/trunk@9236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-10-17 21:22:11 +00:00
parent d3e2d833a9
commit dcb58e2844
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,7 @@ if ( isset($_GET['action']) && ( -1 != $_GET['action'] || -1 != $_GET['action2']
}
if ( empty($title) )
$title = __('View All Posts');
$title = __('Edit Posts');
$parent_file = 'edit.php';
wp_enqueue_script('admin-forms');
wp_enqueue_script('inline-edit-post');
@ -124,6 +124,8 @@ if ( (int) $_GET['locked'] ) {
<?php } ?>
<div class="wrap">
<h2><?php echo wp_specialchars( $title ); ?></h2>
<ul class="subsubsub">
<?php
if ( empty($locked_post_status) ) :