Make WordPress Core


Ignore:
Timestamp:
11/05/2008 08:30:26 PM (17 years ago)
Author:
ryan
Message:

Move notices below h2

File:
1 edited

Legend:

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

    r9526 r9533  
    6363<?php screen_options('link-category') ?>
    6464
     65<div class="wrap nosubsub">
     66<h2><?php echo wp_specialchars( $title ); ?></h2>
     67
    6568<?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
    6669<div id="message" class="updated fade"><p><?php echo $messages[$msg]; ?></p></div>
    6770<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
    6871endif; ?>
    69 
    70 <div class="wrap nosubsub">
    71 <h2><?php echo wp_specialchars( $title ); ?></h2>
    7272
    7373<form class="search-form" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.