From a27e920d3ebaf595f0f61c9aa66fda8f8063d318 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Feb 2021 12:04:31 +0000 Subject: [PATCH] Privacy: Update URLs to the Privacy Policy Guide in help tabs. Follow-up to [50147], [50161]. Props xkon. See #52430. git-svn-id: https://develop.svn.wordpress.org/trunk@50181 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/erase-personal-data.php | 2 +- src/wp-admin/export-personal-data.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/erase-personal-data.php b/src/wp-admin/erase-personal-data.php index 2f2b862398..cc731d44f1 100644 --- a/src/wp-admin/erase-personal-data.php +++ b/src/wp-admin/erase-personal-data.php @@ -43,7 +43,7 @@ get_current_screen()->add_help_tab( $privacy_policy_guide = '

' . sprintf( /* translators: 1: URL to Privacy Policy Guide screen. */ __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Eraser tool. This information may be available in the Privacy Policy Guide.' ), - admin_url( 'privacy-policy-guide.php' ) + admin_url( 'options-privacy.php?tab=policyguide' ) ) . '

'; get_current_screen()->add_help_tab( diff --git a/src/wp-admin/export-personal-data.php b/src/wp-admin/export-personal-data.php index 93438bcf1a..94dad25075 100644 --- a/src/wp-admin/export-personal-data.php +++ b/src/wp-admin/export-personal-data.php @@ -43,7 +43,7 @@ get_current_screen()->add_help_tab( $privacy_policy_guide = '

' . sprintf( /* translators: 1: URL to Privacy Policy Guide screen. */ __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Exporter tool. This information may be available in the Privacy Policy Guide.' ), - admin_url( 'privacy-policy-guide.php' ) + admin_url( 'options-privacy.php?tab=policyguide' ) ) . '

'; get_current_screen()->add_help_tab(