From e72d50370273c2741329e1a102ec90b35cf1b492 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 14 May 2018 17:51:04 +0000 Subject: [PATCH] Privacy: only remove the "Suggested text has changed" bubble when an admin visits the Privacy Policy Guide screen. Fixes #44063. git-svn-id: https://develop.svn.wordpress.org/trunk@43269 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/misc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 89af5a7849..1d8615899f 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/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();