Make WordPress Core

Changeset 18512 for trunk


Ignore:
Timestamp:
08/05/2011 04:45:11 PM (15 years ago)
Author:
ryan
Message:

Remove first_name and last_name properties. Props scribu. see #15458

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/capabilities.php

    r18506 r18512  
    411411         */
    412412        var $allcaps = array();
    413 
    414         /**
    415          * First name of the user.
    416          *
    417          * Created to prevent notices.
    418          *
    419          * @since 2.7.0
    420          * @access public
    421          * @var string
    422          */
    423         var $first_name = '';
    424 
    425         /**
    426          * Last name of the user.
    427          *
    428          * Created to prevent notices.
    429          *
    430          * @since 2.7.0
    431          * @access public
    432          * @var string
    433          */
    434         var $last_name = '';
    435413
    436414        /**
Note: See TracChangeset for help on using the changeset viewer.