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.php

    r9414 r9533  
    9393<?php screen_options('post') ?>
    9494
     95<div class="wrap">
     96<h2><?php echo wp_specialchars( $title ); ?></h2>
     97
    9598<?php
    9699if ( isset($_GET['posted']) && $_GET['posted'] ) : $_GET['posted'] = (int) $_GET['posted']; ?>
     
    115118</p></div>
    116119<?php } ?>
    117 
    118 <div class="wrap">
    119 <h2><?php echo wp_specialchars( $title ); ?></h2>
    120120
    121121<form id="posts-filter" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.