From 3dd999bb14ef84a83b73b5d121a1e83ce6827fde Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 1 Sep 2021 00:26:55 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Double=20escape=20quotati?= =?UTF-8?q?on=20marks(`=E2=80=9C`)=20for=20Slack=20=E2=80=9Cmessages?= =?UTF-8?q?=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevents quotation marks from producing invalid JSON errors. See #52644. Built from https://develop.svn.wordpress.org/trunk@51709 git-svn-id: http://core.svn.wordpress.org/trunk@51315 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ba1ea312a8..3302924f3a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51705'; +$wp_version = '5.9-alpha-51709'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.