Move notices below h2
git-svn-id: https://develop.svn.wordpress.org/trunk@9531 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
90a213b339
commit
d9ca3f7dbb
@ -133,15 +133,15 @@ $messages[5] = __('Category not updated.');
|
|||||||
|
|
||||||
<?php screen_options('category') ?>
|
<?php screen_options('category') ?>
|
||||||
|
|
||||||
|
<div class="wrap nosubsub">
|
||||||
|
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
|
if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
|
||||||
<div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div>
|
<div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div>
|
||||||
<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
|
<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
|
||||||
endif; ?>
|
endif; ?>
|
||||||
|
|
||||||
<div class="wrap nosubsub">
|
|
||||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
|
||||||
|
|
||||||
<form class="search-form topmargin" action="" method="get">
|
<form class="search-form topmargin" action="" method="get">
|
||||||
<p class="search-box">
|
<p class="search-box">
|
||||||
<label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?>:</label>
|
<label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?>:</label>
|
||||||
|
@ -131,14 +131,14 @@ $messages[6] = __('Tags deleted.'); ?>
|
|||||||
|
|
||||||
<?php screen_options('tag') ?>
|
<?php screen_options('tag') ?>
|
||||||
|
|
||||||
|
<div class="wrap nosubsub">
|
||||||
|
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||||
|
|
||||||
<?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
|
<?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
|
||||||
<div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div>
|
<div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div>
|
||||||
<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
|
<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
|
||||||
endif; ?>
|
endif; ?>
|
||||||
|
|
||||||
<div class="wrap nosubsub">
|
|
||||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
|
||||||
|
|
||||||
<form class="search-form" action="" method="get">
|
<form class="search-form" action="" method="get">
|
||||||
<p class="search-box">
|
<p class="search-box">
|
||||||
<label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
|
<label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user