s/Screen Info/Overview/g, see #19020.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-12-01 00:34:31 +00:00
parent 26867ec70a
commit 02dfdbbbf4
1 changed files with 2 additions and 2 deletions

View File

@ -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?
*/