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

git-svn-id: http://svn.automattic.com/wordpress/trunk@9236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2008-10-17 21:22:11 +00:00
parent c7568c51e8
commit 5cb6c5b769
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) ) :