From 38ad319fdf7282ce7c2a6a7c4863b5a1f1f7b46c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Dec 2019 10:36:01 +0000 Subject: [PATCH] I18N: Change context for the "Add New" string on Themes screen for consistency with other similar strings. Props ramiy. Fixes #48875. Built from https://develop.svn.wordpress.org/trunk@46812 git-svn-id: http://core.svn.wordpress.org/trunk@46612 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 082819611b..ccd918eae9 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -191,7 +191,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); - +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 0523e693c7..fb4735d8fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46811'; +$wp_version = '5.4-alpha-46812'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.