Remove first_name and last_name properties. Props scribu. see #15458
git-svn-id: https://develop.svn.wordpress.org/trunk@18512 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6ce85719a7
commit
15507ec835
@ -411,28 +411,6 @@ class WP_User {
|
||||
*/
|
||||
var $allcaps = array();
|
||||
|
||||
/**
|
||||
* First name of the user.
|
||||
*
|
||||
* Created to prevent notices.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @access public
|
||||
* @var string
|
||||
*/
|
||||
var $first_name = '';
|
||||
|
||||
/**
|
||||
* Last name of the user.
|
||||
*
|
||||
* Created to prevent notices.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @access public
|
||||
* @var string
|
||||
*/
|
||||
var $last_name = '';
|
||||
|
||||
/**
|
||||
* The filter context applied to user data fields.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user