From 02dfdbbbf4b722da90663e8698f1cc70125530e2 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 1 Dec 2011 00:34:31 +0000 Subject: [PATCH] s/Screen Info/Overview/g, see #19020. git-svn-id: http://svn.automattic.com/wordpress/trunk@19503 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index 7df5518c2..0f37c8c2a 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -110,12 +110,12 @@ function get_hidden_meta_boxes( $screen ) { /** * Add contextual help text for a page. * - * Creates a 'Screen Info' help tab. + * Creates an 'Overview' help tab. * * @since 2.7.0 * * @param string $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions. - * @param string $help The content of a 'Screen Info' help tab. + * @param string $help The content of an 'Overview' help tab. * * @todo: deprecate? */