From 61b7a2a3e227e08b5f7ad25f58a9ab28380aaece Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jun 2022 13:41:08 +0000 Subject: [PATCH] Tests: Consistently pass the `$force_delete` parameter to `wp_delete_attachment()`. Convert some `wp_delete_post()` calls to `wp_delete_attachment()` to avoid an extra function call. See #55652. Built from https://develop.svn.wordpress.org/trunk@53464 git-svn-id: http://core.svn.wordpress.org/trunk@53053 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 4f0c732adc..2ea964d042 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53463'; +$wp_version = '6.1-alpha-53464'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.