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:
Scott Taylor
2015-01-10 06:57:22 +00:00
parent 0a511680f4
commit 5547115dc2
7 changed files with 25 additions and 5 deletions

View File

@@ -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.
*