From 9662f2f87e464348ecc3b5594a33f7a7b85b54cf Mon Sep 17 00:00:00 2001 From: azaozz Date: Sat, 1 Oct 2011 22:22:33 +0000 Subject: [PATCH] Add phpdoc for the section title, see #18690 git-svn-id: http://svn.automattic.com/wordpress/trunk@18862 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index 4693b7bc36..a34e7e1e0c 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -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.