Cleanup the `@property` annotations for `WP_User`.

See #30799.


git-svn-id: https://develop.svn.wordpress.org/trunk@31555 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-02-26 05:53:31 +00:00
parent 79706ee8a8
commit d73c180c9d
1 changed files with 8 additions and 4 deletions

View File

@ -419,17 +419,21 @@ class WP_Role {
* @package WordPress * @package WordPress
* @subpackage User * @subpackage User
* *
* @property string $display_name
* @property string $nickname * @property string $nickname
* @property string $user_description * @property string $user_description
* @property string $user_email
* @property string $user_firstname * @property string $user_firstname
* @property string $user_lastname * @property string $user_lastname
* @property string $user_nicename * @property string $user_login
* @property string $user_pass * @property string $user_pass
* @property string $user_registered * @property string $user_nicename
* @property string $user_email
* @property string $user_url * @property string $user_url
* @property string $user_registered
* @property string $user_activation_key
* @property string $user_status
* @property string $display_name
* @property string $spam * @property string $spam
* @property string $deleted
*/ */
class WP_User { class WP_User {
/** /**