mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -66,7 +66,7 @@ if ( isset($_GET['action']) && ( -1 != $_GET['action'] || -1 != $_GET['action2']
|
||||
}
|
||||
|
||||
if ( empty($title) )
|
||||
$title = __('View All Pages');
|
||||
$title = __('Edit Pages');
|
||||
$parent_file = 'edit.php';
|
||||
wp_enqueue_script('admin-forms');
|
||||
wp_enqueue_script('inline-edit-post');
|
||||
@@ -135,6 +135,8 @@ if ( (int) $_GET['locked'] ) {
|
||||
endif; ?>
|
||||
|
||||
<div class="wrap">
|
||||
<h2><?php echo $title ?></h2>
|
||||
|
||||
<ul class="subsubsub">
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user