From f69045c9a63b1734aeda8beadff42d83f8df5380 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Feb 2016 23:09:26 +0000 Subject: [PATCH] I18N: Remove `` tag from translatable string in `wp-admin/import.php`. Add translator comment. Props ramiy. Fixes #35671. Built from https://develop.svn.wordpress.org/trunk@36653 git-svn-id: http://core.svn.wordpress.org/trunk@36620 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/import.php | 7 ++++++- wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-admin/import.php b/wp-admin/import.php index e7dce2df13..ae82ccf3ee 100644 --- a/wp-admin/import.php +++ b/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'] ) . '' ); + ?>

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index fdaecac3ee..734aa1ab76 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36652'; +$wp_version = '4.5-alpha-36653'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.