Changeset 10916 for trunk/wp-admin/widgets.php
- Timestamp:
- 04/13/2009 01:17:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r10912 r10916 127 127 require_once( 'admin-header.php' ); ?> 128 128 129 <div class="wrap"> 130 <?php screen_icon(); ?> 131 <h2><?php echo wp_specialchars( $title ); ?></h2> 132 129 133 <?php if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?> 130 134 <div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div> 131 135 <?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>140 136 141 137
Note: See TracChangeset
for help on using the changeset viewer.