From 1c6336c88195ec21cfc728215c0b25e006c951dc Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 9 Jan 2019 04:00:10 +0000 Subject: [PATCH] Privacy: Always show the privacy policy guide. Previously, the link to the privacy policy guide would only be displayed when a privacy policy page had been selected, but the guide is generally useful without that. Props mukesh27, birgire. Fixes #44871. git-svn-id: https://develop.svn.wordpress.org/trunk@44492 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/privacy.php | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 8fec1785de..6913d197d7 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -165,22 +165,23 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>

-

- Check out our guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), - admin_url( 'tools.php?wp-privacy-policy-guide' ), - '', - '' - ); - - ?> -

+

+ Check out our guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), + admin_url( 'tools.php?wp-privacy-policy-guide' ), + '', + '' + ); + + ?> +

+