Skip to content

Commit 377ad4f

Browse files
committed
Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d55f185 commit 377ad4f

34 files changed

Lines changed: 54 additions & 10 deletions

wp-admin/categories.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
endif; ?>
141141

142142
<div class="wrap">
143+
<h2><?php echo $title ?></h2>
143144

144145
<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
145146
<form class="search-form" action="" method="get">

wp-admin/edit-comments.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
?>
122122

123123
<div class="wrap">
124+
<h2><?php echo $title ?></h2>
124125

125126
<ul class="subsubsub">
126127
<?php

wp-admin/edit-link-categories.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
endif; ?>
7777

7878
<div class="wrap">
79+
<h2><?php echo $title ?></h2>
7980

8081
<ul class="subsubsub"><li><a class="current"><br /></a></li></ul>
8182
<form class="search-form" action="" method="get">

wp-admin/edit-link-form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ function link_advanced_meta_box($link) {
320320
</div>
321321

322322
<div class="wrap">
323+
<h2><?php echo $title ?></h2>
323324

324325
<!--
325326
<p id="big-add-button">

wp-admin/edit-page-form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ function page_revisions_meta_box($post) {
358358
</div>
359359

360360
<div class="wrap">
361+
<h2><?php echo $title ?></h2>
361362

362363
<form name="post" action="page.php" method="post" id="post">
363364
<?php if ( $notice ) : ?>

wp-admin/edit-pages.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767

6868
if ( empty($title) )
69-
$title = __('View All Pages');
69+
$title = __('Edit Pages');
7070
$parent_file = 'edit.php';
7171
wp_enqueue_script('admin-forms');
7272
wp_enqueue_script('inline-edit-post');
@@ -135,6 +135,8 @@
135135
endif; ?>
136136

137137
<div class="wrap">
138+
<h2><?php echo $title ?></h2>
139+
138140
<ul class="subsubsub">
139141
<?php
140142

wp-admin/edit-tags.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
endif; ?>
144144

145145
<div class="wrap">
146+
<h2><?php echo $title ?></h2>
146147

147148
<ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul>
148149
<form class="search-form" action="" method="get">

wp-admin/export.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
?>
2323

2424
<div class="wrap">
25+
<h2><?php echo $title ?></h2>
26+
2527
<p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p>
2628
<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.'); ?></p>
2729
<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p>

wp-admin/import.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
?>
1414

1515
<div class="wrap">
16+
<h2><?php echo $title ?></h2>
1617
<p><?php _e('If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:'); ?></p>
1718

1819
<?php

wp-admin/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
</div>
3939

4040
<div class="wrap">
41+
<h2><?php echo $title ?></h2>
42+
4143
<div id="dashboard-widgets-wrap">
4244

4345
<?php wp_dashboard(); ?>

0 commit comments

Comments
 (0)