Changeset 11380 for trunk/wp-admin/index.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r10378 r11380 31 31 <div class="wrap"> 32 32 <?php screen_icon(); ?> 33 <h2><?php echo wp_specialchars( $title ); ?></h2>33 <h2><?php echo esc_html( $title ); ?></h2> 34 34 35 35 <div id="dashboard-widgets-wrap">
Note: See TracChangeset
for help on using the changeset viewer.