mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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
This commit is contained in:
@@ -43,7 +43,7 @@ get_current_screen()->add_help_tab(
|
||||
$privacy_policy_guide = '<p>' . 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 <a href="%1$s">Privacy Policy Guide</a>.' ),
|
||||
admin_url( 'privacy-policy-guide.php' )
|
||||
admin_url( 'options-privacy.php?tab=policyguide' )
|
||||
) . '</p>';
|
||||
|
||||
get_current_screen()->add_help_tab(
|
||||
|
||||
@@ -43,7 +43,7 @@ get_current_screen()->add_help_tab(
|
||||
$privacy_policy_guide = '<p>' . 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 <a href="%1$s">Privacy Policy Guide</a>.' ),
|
||||
admin_url( 'privacy-policy-guide.php' )
|
||||
admin_url( 'options-privacy.php?tab=policyguide' )
|
||||
) . '</p>';
|
||||
|
||||
get_current_screen()->add_help_tab(
|
||||
|
||||
Reference in New Issue
Block a user