From 6c8056c2dde21034b0c21b729a552c8a5c8d6fbb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 18 Aug 2024 23:45:16 +0000 Subject: [PATCH] Tests: Bring some consistency to personal data email notification tests. Includes: * Adding a test for `wp_privacy_send_personal_data_export_email()` to verify the `user_request` post type. * Reordering some pre-existing tests to check the request ID and post type first. Follow-up to [43291], [43499], [44535]. Props garrett-eclipse, berubenic. See #46560. Built from https://develop.svn.wordpress.org/trunk@58912 git-svn-id: http://core.svn.wordpress.org/trunk@58308 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 62b81191d7..e3386cf8e0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58911'; +$wp_version = '6.7-alpha-58912'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.