From efb77b4a65699bf55a4a32f1c819f2b9e0c5bf8d Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 19 Jul 2020 17:11:02 +0000 Subject: [PATCH] Upgrade/install: Fix/clarify the "Upload in a zip format" string. Props greenshady, mariovalney. See #9757. Built from https://develop.svn.wordpress.org/trunk@48509 git-svn-id: http://core.svn.wordpress.org/trunk@48271 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/plugin-install.php | 2 +- wp-admin/includes/theme-install.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index dac564bfa2..018fe64dc1 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -349,7 +349,7 @@ function install_search_form( $deprecated = true ) { function install_plugins_upload() { ?>
-

+

diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index 94b9f350a8..af3aee0b4c 100644 --- a/wp-admin/includes/theme-install.php +++ b/wp-admin/includes/theme-install.php @@ -179,7 +179,7 @@ function install_themes_dashboard() { */ function install_themes_upload() { ?> -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 24ea31d160..9586b0fce1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta2-48508'; +$wp_version = '5.5-beta2-48509'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.