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

git-svn-id: https://develop.svn.wordpress.org/trunk@19503 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-12-01 00:34:31 +00:00
parent ce22f02ff7
commit ef6564d7cb
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?
*/