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