Changeset 26518 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 12/02/2013 03:52:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r26505 r26518 230 230 require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?> 231 231 <div class="wrap"> 232 <?php screen_icon(); ?>233 232 <h2><?php echo esc_html( $title ); ?></h2> 234 233 <div class="editwidget"<?php echo $width; ?>> … … 311 310 312 311 <div class="wrap"> 313 <?php screen_icon(); ?>314 312 <h2><?php echo esc_html( $title ); ?></h2> 315 313
Note: See TracChangeset
for help on using the changeset viewer.