Make WordPress Core


Ignore:
Timestamp:
11/05/2008 07:51:07 PM (17 years ago)
Author:
ryan
Message:

Move notices below h2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r9518 r9531  
    132132<?php screen_options('tag') ?>
    133133
     134<div class="wrap nosubsub">
     135<h2><?php echo wp_specialchars( $title ); ?></h2>
     136
    134137<?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
    135138<div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div>
    136139<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
    137140endif; ?>
    138 
    139 <div class="wrap nosubsub">
    140 <h2><?php echo wp_specialchars( $title ); ?></h2>
    141141
    142142<form class="search-form" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.