Skip to content

Commit 4e5c0e2

Browse files
Docs: Add missing descriptions for WP_List_Table properties.
Follow-up to [31146], [35021]. Props huzaifaalmesbah. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61524 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e3048d6 commit 4e5c0e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ class WP_List_Table {
8080
protected $_column_headers;
8181

8282
/**
83-
* {@internal Missing Summary}
83+
* List of private properties made readable for backward compatibility.
8484
*
8585
* @var array
8686
*/
8787
protected $compat_fields = array( '_args', '_pagination_args', 'screen', '_actions', '_pagination' );
8888

8989
/**
90-
* {@internal Missing Summary}
90+
* List of private/protected methods made readable for backward compatibility.
9191
*
9292
* @var array
9393
*/
@@ -280,7 +280,7 @@ public function __call( $name, $arguments ) {
280280
}
281281

282282
/**
283-
* Checks the current user's permissions
283+
* Checks the current user's permissions.
284284
*
285285
* @since 3.1.0
286286
* @abstract

0 commit comments

Comments
 (0)