Changeset 17800 for trunk/wp-admin/index.php
- Timestamp:
- 05/04/2011 08:15:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r17748 r17800 57 57 <div class="wrap"> 58 58 <?php screen_icon(); ?> 59 <h2><?php echo esc_html( $title ); ?></h2> 59 <h2><?php 60 echo esc_html( $title ); 61 favorite_actions( $current_screen ); ?> 62 </h2> 60 63 61 64 <div id="dashboard-widgets-wrap">
Note: See TracChangeset
for help on using the changeset viewer.