From bd20e0e8d27bfa4fc9afa1da40175f36b85caad5 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 26 Aug 2024 23:16:15 +0000 Subject: [PATCH] Build/test tools: Remove prompt for trac ticket referenced with ticket: prefix. Prevents the GitHub bot from posting a comment on pull requests requesting a trac ticket link if the ticket description includes a link via the ticket: prefix, eg ticket:61865. The WordPress/WordPress-Develop repository is configured to automatically convert the text to a trac ticket link. Props dd32, peterwilsoncc. Fixes #61865. Built from https://develop.svn.wordpress.org/trunk@58939 git-svn-id: http://core.svn.wordpress.org/trunk@58335 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 30b20b665c..285098a2a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58938'; +$wp_version = '6.7-alpha-58939'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.