Changeset 18512 for trunk/wp-includes/capabilities.php
- Timestamp:
- 08/05/2011 04:45:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r18506 r18512 411 411 */ 412 412 var $allcaps = array(); 413 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 413 436 414 /**
Note: See TracChangeset
for help on using the changeset viewer.