Move notices below h2

git-svn-id: http://svn.automattic.com/wordpress/trunk@9530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-05 19:48:43 +00:00
parent 5584e7c4d4
commit 3cc3141781

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