Make WordPress Core

Ticket #15458: first-last-name.15458.diff

File first-last-name.15458.diff, 661 bytes (added by scribu, 13 years ago)
  • wp-includes/capabilities.php

     
    412412        var $allcaps = array();
    413413
    414414        /**
    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 = '';
    435 
    436         /**
    437415         * The filter context applied to user data fields.
    438416         *
    439417         * @since 2.9.0