From b5564c8646387a705ce7bc3603ec1850fc7928a2 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 14 May 2018 16:21:21 +0000 Subject: [PATCH] Privacy: fix the "Privacy Policy Guide updated" message and add a link to the guide. Props birgire, azaozz. Fixes #44057. Built from https://develop.svn.wordpress.org/trunk@43263 git-svn-id: http://core.svn.wordpress.org/trunk@43092 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/misc.php | 6 +++++- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 1ded532ffd..1145bb87af 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1398,7 +1398,11 @@ final class WP_Privacy_Policy_Content { ?>

review the guide and update your privacy policy.' ), + esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ) + ); ?>