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:
ryan 2011-08-05 16:45:11 +00:00
parent 042a03f384
commit f5a33890bb
1 changed files with 0 additions and 22 deletions

View File

@ -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.
*