Changeset 11380 for trunk/wp-admin/import.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r10150 r11380 16 16 <div class="wrap"> 17 17 <?php screen_icon(); ?> 18 <h2><?php echo wp_specialchars( $title ); ?></h2>18 <h2><?php echo esc_html( $title ); ?></h2> 19 19 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:'); ?></p> 20 20
Note: See TracChangeset
for help on using the changeset viewer.