Cleanup the `@property` annotations for `WP_User`.
See #30799. Built from https://develop.svn.wordpress.org/trunk@31555 git-svn-id: http://core.svn.wordpress.org/trunk@31536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7cb45f2402
commit
4ce271ea86
|
@ -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 {
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31554';
|
||||
$wp_version = '4.2-alpha-31555';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue