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.