Privacy: only remove the "Suggested text has changed" bubble when an admin visits the Privacy Policy Guide screen.
Fixes #44063. Built from https://develop.svn.wordpress.org/trunk@43269 git-svn-id: http://core.svn.wordpress.org/trunk@43098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user