Make WordPress Core


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

Move notices below h2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r9506 r9531  
    134134<?php screen_options('category') ?>
    135135
     136<div class="wrap nosubsub">
     137<h2><?php echo wp_specialchars( $title ); ?></h2>
     138
    136139<?php
    137140if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
     
    139142<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
    140143endif; ?>
    141 
    142 <div class="wrap nosubsub">
    143 <h2><?php echo wp_specialchars( $title ); ?></h2>
    144144
    145145<form class="search-form topmargin" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.