From 8f1dc00b4d85fbaabb724f7d4c28cd9f931117bf Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 21 Nov 2024 13:18:19 +0000 Subject: [PATCH] Build/Test Tools: Improve the error message shown when fetching Twemoji fails. This allows the full error message to be shown from the connection attempt instead of a generic error message. Fixes #62382 Built from https://develop.svn.wordpress.org/trunk@59443 git-svn-id: http://core.svn.wordpress.org/trunk@58829 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 f2c8eb091d..2b4bcc17ea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59442'; +$wp_version = '6.8-alpha-59443'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.