diff --git a/wp-admin/includes/class-wp-privacy-policy-content.php b/wp-admin/includes/class-wp-privacy-policy-content.php index 66b19c19b4..bbe479172e 100644 --- a/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/wp-admin/includes/class-wp-privacy-policy-content.php @@ -420,11 +420,11 @@ final class WP_Privacy_Policy_Content {
diff --git a/wp-includes/version.php b/wp-includes/version.php index e249997650..5aa8a0d3a4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50583'; +$wp_version = '5.8-alpha-50585'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.