Ticket #35744: 35744.patch
File 35744.patch, 894 bytes (added by , 9 years ago) |
---|
-
wp-admin/import.php
54 54 <div class="wrap"> 55 55 <h1><?php echo esc_html( $title ); ?></h1> 56 56 <?php if ( ! empty( $_GET['invalid'] ) ) : ?> 57 <div class="error"><p><strong><?php _e('ERROR:')?></strong> <?php printf( __('The <strong>%s</strong> importer is invalid or is not installed.'), esc_html( $_GET['invalid'] )); ?></p></div>57 <div class="error"><p><strong><?php _e('ERROR:')?></strong> <?php printf( __('The %s importer is invalid or is not installed.'), '<strong>' . esc_html( $_GET['invalid'] ) . '</strong>' ); ?></p></div> 58 58 <?php endif; ?> 59 59 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:'); ?></p> 60 60