Move notices below h2

git-svn-id: https://develop.svn.wordpress.org/trunk@9533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-05 20:30:26 +00:00
parent 631e62f4b5
commit 6aa04979e1
4 changed files with 18 additions and 14 deletions

View File

@@ -92,6 +92,9 @@ else
<?php screen_options('post') ?>
<div class="wrap">
<h2><?php echo wp_specialchars( $title ); ?></h2>
<?php
if ( isset($_GET['posted']) && $_GET['posted'] ) : $_GET['posted'] = (int) $_GET['posted']; ?>
<div id="message" class="updated fade"><p><strong><?php _e('Your post has been saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post'); ?></a> | <a href="<?php echo get_edit_post_link( $_GET['posted'] ); ?>"><?php _e('Edit post'); ?></a></p></div>
@@ -115,9 +118,6 @@ if ( (int) $_GET['locked'] ) {
</p></div>
<?php } ?>
<div class="wrap">
<h2><?php echo wp_specialchars( $title ); ?></h2>
<form id="posts-filter" action="" method="get">
<ul class="subsubsub">
<?php