From d73c180c9d343a05995048a2aeab4547b1d2a50f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 26 Feb 2015 05:53:31 +0000 Subject: [PATCH] Cleanup the `@property` annotations for `WP_User`. See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31555 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/capabilities.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/capabilities.php b/src/wp-includes/capabilities.php index 641fd05dda..0289fc32e7 100644 --- a/src/wp-includes/capabilities.php +++ b/src/wp-includes/capabilities.php @@ -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 { /**