Ticket #15458: first-last-name.15458.diff
File first-last-name.15458.diff, 661 bytes (added by , 13 years ago) |
---|
-
wp-includes/capabilities.php
412 412 var $allcaps = array(); 413 413 414 414 /** 415 * First name of the user.416 *417 * Created to prevent notices.418 *419 * @since 2.7.0420 * @access public421 * @var string422 */423 var $first_name = '';424 425 /**426 * Last name of the user.427 *428 * Created to prevent notices.429 *430 * @since 2.7.0431 * @access public432 * @var string433 */434 var $last_name = '';435 436 /**437 415 * The filter context applied to user data fields. 438 416 * 439 417 * @since 2.9.0