Changeset 35793 for trunk/src/wp-includes/user.php
- Timestamp:
- 12/06/2015 09:22:10 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r35790 r35793 1267 1267 * @type string $user_email The user email address. 1268 1268 * @type string $display_name The user's display name. 1269 * Default is the theuser's username.1269 * Default is the user's username. 1270 1270 * @type string $nickname The user's nickname. 1271 * Default is the theuser's username.1271 * Default is the user's username. 1272 1272 * @type string $first_name The user's first name. For new users, will be used 1273 1273 * to build the first part of the user's display name … … 1542 1542 * Default meta values and keys for the user. 1543 1543 * 1544 * @type string $nickname The user's nickname. Default is the theuser's username.1544 * @type string $nickname The user's nickname. Default is the user's username. 1545 1545 * @type string $first_name The user's first name. 1546 1546 * @type string $last_name The user's last name.
Note: See TracChangeset
for help on using the changeset viewer.