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:
Ryan Boren 2011-08-05 16:45:11 +00:00
parent 6ce85719a7
commit 15507ec835
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.
*