mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
The the Docs: Fix the the dittography
Sometimes, it's easy to to type the the same word twice, especially if if it's a simple word. We probably shouldn't do do do (do do do doo) it, though. (I've excluded external libs from this change.) Fixes #34885. git-svn-id: https://develop.svn.wordpress.org/trunk@35793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1266,9 +1266,9 @@ function validate_username( $username ) {
|
||||
* @type string $user_url The user URL.
|
||||
* @type string $user_email The user email address.
|
||||
* @type string $display_name The user's display name.
|
||||
* Default is the the user's username.
|
||||
* Default is the user's username.
|
||||
* @type string $nickname The user's nickname.
|
||||
* Default is the the user's username.
|
||||
* Default is the user's username.
|
||||
* @type string $first_name The user's first name. For new users, will be used
|
||||
* to build the first part of the user's display name
|
||||
* if `$display_name` is not specified.
|
||||
@@ -1541,7 +1541,7 @@ function wp_insert_user( $userdata ) {
|
||||
* @param array $meta {
|
||||
* Default meta values and keys for the user.
|
||||
*
|
||||
* @type string $nickname The user's nickname. Default is the the user's username.
|
||||
* @type string $nickname The user's nickname. Default is the user's username.
|
||||
* @type string $first_name The user's first name.
|
||||
* @type string $last_name The user's last name.
|
||||
* @type string $description The user's description.
|
||||
|
||||
Reference in New Issue
Block a user