Privacy: remove the help tab from Settings => Privacy until we have something helpful to say :)
Props allendav. Merges [43201] to the 4.9 branch. Fixes #44023. Built from https://develop.svn.wordpress.org/branches/4.9@43202 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
451d53723b
commit
7156e5171c
|
@ -100,17 +100,6 @@ if ( ! empty( $privacy_policy_page_id ) ) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
get_current_screen()->add_help_tab( array(
|
|
||||||
'id' => 'privacy',
|
|
||||||
'title' => __( 'Privacy' ),
|
|
||||||
'content' => '<p>' . __( 'This page provides settings with which you can manage your site’s privacy policy.' ) . '</p>',
|
|
||||||
) );
|
|
||||||
|
|
||||||
get_current_screen()->set_help_sidebar(
|
|
||||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
|
||||||
'<p>' . __( '<a href="#">Documentation on privacy</a>' ) . '</p>'
|
|
||||||
);
|
|
||||||
|
|
||||||
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue