We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6770ba2 commit d7e6df1Copy full SHA for d7e6df1
src/wp-admin/includes/class-wp-screen.php
@@ -600,7 +600,7 @@ public function get_help_tabs() {
600
* @since 3.4.0
601
*
602
* @param string $id Help Tab ID.
603
- * @return ?array Help tab arguments.
+ * @return ?array Help tab arguments, or null if no help tabs added.
604
*/
605
public function get_help_tab( $id ) {
606
if ( ! isset( $this->_help_tabs[ $id ] ) ) {
0 commit comments