Make WordPress Core

Changeset 19503


Ignore:
Timestamp:
12/01/2011 12:34:31 AM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r19493 r19503  
    111111 * Add contextual help text for a page.
    112112 *
    113  * Creates a 'Screen Info' help tab.
     113 * Creates an 'Overview' help tab.
    114114 *
    115115 * @since 2.7.0
    116116 *
    117117 * @param string    $screen The handle for the screen to add help to.  This is usually the hook name returned by the add_*_page() functions.
    118  * @param string    $help   The content of a 'Screen Info' help tab.
     118 * @param string    $help   The content of an 'Overview' help tab.
    119119 *
    120120 * @todo: deprecate?
Note: See TracChangeset for help on using the changeset viewer.