From 15507ec835866054470967ceca28a2809cd80764 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@18512 602fd350-edb4-49c9-b593-d223f7449a82 --- 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. *