Add phpdoc for the section title, see #18690

git-svn-id: https://develop.svn.wordpress.org/trunk@18862 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-10-01 22:22:33 +00:00
parent f928bc51eb
commit b59e63f01f
1 changed files with 1 additions and 0 deletions

View File

@ -590,6 +590,7 @@ final class WP_Screen {
*
* @param array $args
* - string - title - Title for the tab.
* - string - section - Section title for the tab. Optional.
* - string - id - Tab ID. Optional.
* - string - content - Help tab content in plain text or HTML. Optional.
* - callback - callback - A callback to generate the tab content. Optional.