From 4af4c78a275044bb6407295022d2a350458bdef9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Jul 2019 09:56:57 +0000 Subject: [PATCH] Text Changes: Use consistent question wording for plugin and theme deletion confirmations. Props johnjamesjacoby, Presskopp. Fixes #44878. Built from https://develop.svn.wordpress.org/trunk@45597 git-svn-id: http://core.svn.wordpress.org/trunk@45408 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/themes.php | 4 ++-- wp-admin/plugins.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php index f12a5a7b70..8034162e2f 100644 --- a/wp-admin/network/themes.php +++ b/wp-admin/network/themes.php @@ -146,9 +146,9 @@ if ( $action ) { ?> -

+

-

+

diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 02555a3516..be0c652e59 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -346,9 +346,9 @@ if ( $action ) {

diff --git a/wp-includes/version.php b/wp-includes/version.php index c4543a7e88..b671dada5b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45596'; +$wp_version = '5.3-alpha-45597'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.