From 2bf31d37d33530a8d3bac1ae60f3f291e8385b62 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Feb 2016 23:08:45 +0000 Subject: [PATCH] I18N: Remove `` tag from translatable string in `wp-admin/import.php`. Add translator comment. Props ramiy. Fixes #35671. git-svn-id: https://develop.svn.wordpress.org/trunk@36653 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/import.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/import.php b/src/wp-admin/import.php index e7dce2df13..ae82ccf3ee 100644 --- a/src/wp-admin/import.php +++ b/src/wp-admin/import.php @@ -54,7 +54,12 @@ $parent_file = 'tools.php';

-

%s importer is invalid or is not installed.'), esc_html( $_GET['invalid'] ) ); ?>

+
+

' . esc_html( $_GET['invalid'] ) . '' ); + ?>

+