From 108b9f8ddb92a8a1b6f41d58dd729b5894784109 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 25 Aug 2023 05:44:16 +0000 Subject: [PATCH] Upgrade/Install: Add missing escaping function for `get_option( 'home' )` in `upgrade.php`. Props dilipbheda. Fixes #59199. Built from https://develop.svn.wordpress.org/trunk@56473 git-svn-id: http://core.svn.wordpress.org/trunk@55985 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upgrade.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index 8d361b214a..414fbb28d1 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -72,7 +72,7 @@ header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option

-

+