Commit d48966e494 for wordpress.org
commit d48966e49436075c83feede56214eed4cb5a1585
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 10 15:33:46 2026 +0000
Build/Test Tools: Delete attachment files during test cleanup.
Delete attachments before the bulk database cleanup so their uploaded files and generated image sizes are removed while attachment metadata is still available. Preserve the existing bulk SQL cleanup for other records.
Add regression coverage for attachment file and post deletion.
Developed in: https://github.com/WordPress/wordpress-develop/pull/8898
Props sirlouen, johnbillion, adrianmoldovanwp.
Fixes #41978.
Built from https://develop.svn.wordpress.org/trunk@63586
git-svn-id: http://core.svn.wordpress.org/trunk@62762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8ad3680303..918b063b0a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63585';
+$wp_version = '7.2-alpha-63586';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.