Skip to content

Commit 317a0ed

Browse files
committed
docs: WP_LIST_TABLE is not always initialized
1 parent 0ab1b33 commit 317a0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class WP_List_Table {
7575
* Stores the value returned by ->get_column_info().
7676
*
7777
* @since 4.1.0
78-
* @var array
78+
* @var ?array
7979
*/
8080
protected $_column_headers;
8181

0 commit comments

Comments
 (0)