diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index c1b93fd280..c054c9b97e 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -100,17 +100,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' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 474f4faff0..d5bf4ebd3e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.6-beta1-43200'; +$wp_version = '4.9.6-beta1-43202'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.