From 93989687651819bee8dcd4b5f48aaf179db51ffe Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 5 Jan 2024 11:40:20 +0000 Subject: [PATCH] Tests: Add a `@ticket` reference for `WP_Customize_Manager::trash_changeset_post()` test. Follow-up to [56043], [57238], [57241]. Props mukesh27. See #60183. Built from https://develop.svn.wordpress.org/trunk@57242 git-svn-id: http://core.svn.wordpress.org/trunk@56748 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 f9ddcf2d13..82327ade32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57241'; +$wp_version = '6.5-alpha-57242'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.