Move notices below h2

git-svn-id: https://develop.svn.wordpress.org/trunk@9530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-05 19:48:43 +00:00
parent 80fe5b5d39
commit 90a213b339
1 changed files with 3 additions and 2 deletions

View File

@ -83,6 +83,9 @@ $search = attribute_escape( $search_dirty ); ?>
<?php screen_options('comment') ?>
<div class="wrap">
<h2><?php echo wp_specialchars( $title ); ?></h2>
<?php
if ( isset( $_GET['approved'] ) || isset( $_GET['deleted'] ) || isset( $_GET['spam'] ) ) {
$approved = isset( $_GET['approved'] ) ? (int) $_GET['approved'] : 0;
@ -112,8 +115,6 @@ if ( isset( $_GET['approved'] ) || isset( $_GET['deleted'] ) || isset( $_GET['sp
}
?>
<div class="wrap">
<h2><?php echo wp_specialchars( $title ); ?></h2>
<form id="comments-form" action="" method="get">
<ul class="subsubsub">
<?php