diff --git a/wp-admin/erase-personal-data.php b/wp-admin/erase-personal-data.php index 2f2b862398..cc731d44f1 100644 --- a/wp-admin/erase-personal-data.php +++ b/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/wp-admin/export-personal-data.php b/wp-admin/export-personal-data.php index 93438bcf1a..94dad25075 100644 --- a/wp-admin/export-personal-data.php +++ b/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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 91aebbe040..95f39b8270 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.