Make WordPress Core


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

Move notices below h2

File:
1 edited

Legend:

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

    r9514 r9528  
    103103<?php screen_options('page') ?>
    104104
     105<div class="wrap">
     106<h2><?php echo wp_specialchars( $title ); ?></h2>
     107
    105108<?php if ( isset($_GET['locked']) || isset($_GET['skipped']) || isset($_GET['updated']) ) { ?>
    106109<div id="message" class="updated fade"><p>
     
    126129<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('posted'), $_SERVER['REQUEST_URI']);
    127130endif; ?>
    128 
    129 <div class="wrap">
    130 <h2><?php echo wp_specialchars( $title ); ?></h2>
    131131
    132132<form id="posts-filter" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.