Changeset 36653
- Timestamp:
- 02/23/2016 11:08:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/import.php
r32974 r36653 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"> 58 <p><strong><?php _e( 'ERROR:' ); ?></strong> <?php 59 /* translators: %s: importer slug */ 60 printf( __( 'The %s importer is invalid or is not installed.' ), '<strong>' . esc_html( $_GET['invalid'] ) . '</strong>' ); 61 ?></p> 62 </div> 58 63 <?php endif; ?> 59 64 <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>
Note: See TracChangeset
for help on using the changeset viewer.