diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 89af5a7849..1d8615899f 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1421,9 +1421,6 @@ final class WP_Privacy_Policy_Content { return; } - // Update the cache in case the user hasn't visited the policy guide. - self::get_suggested_policy_text(); - // Remove updated|removed status. $old = (array) get_post_meta( $policy_page_id, '_wp_suggested_privacy_policy_content' ); $done = array(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 473e96a631..224030a803 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43267'; +$wp_version = '5.0-alpha-43269'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.