From e7e4b8426324eaa420fe878b2cbafaefc321732b Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 4 May 2021 13:47:58 +0000 Subject: [PATCH] General: Use correct escaping function for form `action` attributes. Props chintan1896, audrasjb. Fixes #53150. Built from https://develop.svn.wordpress.org/trunk@50809 git-svn-id: http://core.svn.wordpress.org/trunk@50418 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 2d27efca49..142f9c57f5 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -2258,7 +2258,7 @@ function the_block_editor_meta_boxes() {
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ad37bba9a..2c29aa679e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50808'; +$wp_version = '5.8-alpha-50809'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.