mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
Privacy: Update URLs to the Privacy Policy Guide in help tabs.
Follow-up to [50147], [50161]. Props xkon. See #52430. Built from https://develop.svn.wordpress.org/trunk@50181 git-svn-id: http://core.svn.wordpress.org/trunk@49860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2ca808a94c
commit
1e7305ed4b
@ -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(
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-beta1-50176';
|
||||
$wp_version = '5.7-beta1-50181';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user