mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user