Add phpdoc for the section title, see #18690

git-svn-id: http://svn.automattic.com/wordpress/trunk@18862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-10-01 22:22:33 +00:00
parent 0df31fc3c4
commit 9662f2f87e

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.