From da40024f7ffd0190dfc318b64693e409c1c26709 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 9 May 2018 18:11:56 +0000 Subject: [PATCH] Privacy: remove the help tab from Settings => Privacy until we have something helpful to say :) Props allendav. See #44023. git-svn-id: https://develop.svn.wordpress.org/trunk@43201 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/privacy.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 44c2a320c7..2fa7f1b3ac 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -101,17 +101,6 @@ if ( ! empty( $privacy_policy_page_id ) ) { } } -get_current_screen()->add_help_tab( array( - 'id' => 'privacy', - 'title' => __( 'Privacy' ), - 'content' => '

' . __( 'This page provides settings with which you can manage your site’s privacy policy.' ) . '

', -) ); - -get_current_screen()->set_help_sidebar( - '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on privacy' ) . '

' -); - require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>