From f5a33890bbb7dbc69b7cb8360a721b454d21a024 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 5 Aug 2011 16:45:11 +0000 Subject: [PATCH] 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 --- wp-includes/capabilities.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/wp-includes/capabilities.php b/wp-includes/capabilities.php index 3272e3d894..eba1df3e2b 100644 --- a/wp-includes/capabilities.php +++ b/wp-includes/capabilities.php @@ -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. *