From 6cf7973221a3d0d0d29271a3a64075020056de6c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 29 Feb 2016 02:38:26 +0000 Subject: [PATCH] I18N: Remove HTML tags from translatable strings in `wp-admin/network/themes.php`. Props ramiy. Fixes #35988. Built from https://develop.svn.wordpress.org/trunk@36770 git-svn-id: http://core.svn.wordpress.org/trunk@36737 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/themes.php | 8 ++++++-- wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php index 9466c41017..fbc2aa033c 100644 --- a/wp-admin/network/themes.php +++ b/wp-admin/network/themes.php @@ -143,8 +143,12 @@ if ( $action ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 985c7d0591..b04a420f2c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36769'; +$wp_version = '4.5-beta1-36770'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.