From d0588e2f1b2be45922cd009a821bb19afc42bc2f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Jun 2022 14:43:11 +0000 Subject: [PATCH] Tests: Give the tests for adding empty post meta values more consistent names. One of these was previously renamed to mention `update_metadata_by_mid()`. While `update_metadata_by_mid()` is indeed called in `wp_ajax_add_meta()` to update an existing meta value, the functionality change that the test intended to verify was in the latter function. Follow-up to [44153], [53561]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53572 git-svn-id: http://core.svn.wordpress.org/trunk@53161 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 b4be85e3a5..78ca280331 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53571'; +$wp_version = '6.1-alpha-53572'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.