Skip to content

Commit d7e6df1

Browse files
committed
Clarify that return description for get_help_tab() what a null value means
1 parent 6770ba2 commit d7e6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ public function get_help_tabs() {
600600
* @since 3.4.0
601601
*
602602
* @param string $id Help Tab ID.
603-
* @return ?array Help tab arguments.
603+
* @return ?array Help tab arguments, or null if no help tabs added.
604604
*/
605605
public function get_help_tab( $id ) {
606606
if ( ! isset( $this->_help_tabs[ $id ] ) ) {

0 commit comments

Comments
 (0)