Make WordPress Core


Ignore:
Timestamp:
04/13/2009 01:17:59 AM (16 years ago)
Author:
azaozz
Message:

Resizing and animation for widgets, see #9511

File:
1 edited

Legend:

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

    r10912 r10916  
    127127require_once( 'admin-header.php' ); ?>
    128128
     129<div class="wrap">
     130<?php screen_icon(); ?>
     131<h2><?php echo wp_specialchars( $title ); ?></h2>
     132
    129133<?php if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?>
    130134<div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div>
    131135<?php endif; ?>
    132 
    133 
    134 <div id="message" class="updated"><p>This page is not 100% ready, please use only on test installations.</p></div>
    135 
    136 
    137 <div class="wrap">
    138 <?php screen_icon(); ?>
    139 <h2><?php echo wp_specialchars( $title ); ?></h2>
    140136
    141137
Note: See TracChangeset for help on using the changeset viewer.