mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -419,17 +419,21 @@ class WP_Role {
|
||||
* @package WordPress
|
||||
* @subpackage User
|
||||
*
|
||||
* @property string $display_name
|
||||
* @property string $nickname
|
||||
* @property string $user_description
|
||||
* @property string $user_email
|
||||
* @property string $user_firstname
|
||||
* @property string $user_lastname
|
||||
* @property string $user_nicename
|
||||
* @property string $user_login
|
||||
* @property string $user_pass
|
||||
* @property string $user_registered
|
||||
* @property string $user_nicename
|
||||
* @property string $user_email
|
||||
* @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 $deleted
|
||||
*/
|
||||
class WP_User {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user