Remove first_name and last_name properties. Props scribu. see #15458
git-svn-id: http://svn.automattic.com/wordpress/trunk@18512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
042a03f384
commit
f5a33890bb
|
@ -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