Changeset 11380 for trunk/wp-admin/theme-install.php
- Timestamp:
- 05/18/2009 03:11:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r11005 r11380 57 57 <div class="wrap"> 58 58 <?php screen_icon(); ?> 59 <h2><?php echo wp_specialchars( $title ); ?></h2>59 <h2><?php echo esc_html( $title ); ?></h2> 60 60 61 61 <ul class="subsubsub">
Note: See TracChangeset
for help on using the changeset viewer.