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:
parent
79706ee8a8
commit
d73c180c9d
@ -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 {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user