Changeset 19503
- Timestamp:
- 12/01/2011 12:34:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r19493 r19503 111 111 * Add contextual help text for a page. 112 112 * 113 * Creates a 'Screen Info' help tab.113 * Creates an 'Overview' help tab. 114 114 * 115 115 * @since 2.7.0 116 116 * 117 117 * @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. 119 119 * 120 120 * @todo: deprecate?
Note: See TracChangeset
for help on using the changeset viewer.