From b59e63f01ffd4563d25484cdfda57acfd58467bf Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 1 Oct 2011 22:22:33 +0000 Subject: [PATCH] Add phpdoc for the section title, see #18690 git-svn-id: https://develop.svn.wordpress.org/trunk@18862 602fd350-edb4-49c9-b593-d223f7449a82 --- 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.