mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
In WP_User, add @property docs for description, first_name, and last_name. user_firstname and user_lastname only exist for back-compat.
See #33491. git-svn-id: https://develop.svn.wordpress.org/trunk@33958 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
* @subpackage User
|
||||
*
|
||||
* @property string $nickname
|
||||
* @property string $description
|
||||
* @property string $user_description
|
||||
* @property string $first_name
|
||||
* @property string $user_firstname
|
||||
* @property string $last_name
|
||||
* @property string $user_lastname
|
||||
* @property string $user_login
|
||||
* @property string $user_pass
|
||||
|
||||
Reference in New Issue
Block a user