Fix some @param docs that have chars too close them.
Add `@property` annotations to `WP_User` and `WP_Post`. Remove erroneous `@param`s from image editor class methods. Officially add the property `$_column_headers` to `WP_List_Table`. See #30799. Built from https://develop.svn.wordpress.org/trunk@31127 git-svn-id: http://core.svn.wordpress.org/trunk@31108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -73,6 +73,13 @@ class WP_List_Table {
|
||||
*/
|
||||
protected $modes = array();
|
||||
|
||||
/**
|
||||
* Stores the value returned by ->get_column_info()
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $_column_headers;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user