Make WordPress Core

Ticket #35744: 35744.patch

File 35744.patch, 894 bytes (added by ramiy, 9 years ago)
  • wp-admin/import.php

     
    5454<div class="wrap">
    5555<h1><?php echo esc_html( $title ); ?></h1>
    5656<?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>
    5858<?php endif; ?>
    5959<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>
    6060