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

    r9518 r9528  
    475475<?php screen_options('post', 1) ?>
    476476
     477<?php if ( (isset($mode) && 'bookmarklet' == $mode) || isset($_GET['popupurl']) ): ?>
     478<input type="hidden" name="mode" value="bookmarklet" />
     479<?php endif; ?>
     480
     481<div class="wrap">
     482<h2><?php echo wp_specialchars( $title ); ?></h2>
    477483<?php if ( $notice ) : ?>
    478484<div id="notice" class="error"><p><?php echo $notice ?></p></div>
     
    481487<div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div>
    482488<?php endif; ?>
    483 
    484 <?php if ( (isset($mode) && 'bookmarklet' == $mode) || isset($_GET['popupurl']) ): ?>
    485 <input type="hidden" name="mode" value="bookmarklet" />
    486 <?php endif; ?>
    487 
    488 <div class="wrap">
    489 <h2><?php echo wp_specialchars( $title ); ?></h2>
    490489<form name="post" action="post.php" method="post" id="post">
    491490<?php
Note: See TracChangeset for help on using the changeset viewer.