Make WordPress Core


Ignore:
Timestamp:
12/06/2015 09:22:10 PM (10 years ago)
Author:
pento
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r35790 r35793  
    12671267 *     @type string      $user_email           The user email address.
    12681268 *     @type string      $display_name         The user's display name.
    1269  *                                             Default is the the user's username.
     1269 *                                             Default is the user's username.
    12701270 *     @type string      $nickname             The user's nickname.
    1271  *                                             Default is the the user's username.
     1271 *                                             Default is the user's username.
    12721272 *     @type string      $first_name           The user's first name. For new users, will be used
    12731273 *                                             to build the first part of the user's display name
     
    15421542     *     Default meta values and keys for the user.
    15431543     *
    1544      *     @type string   $nickname             The user's nickname. Default is the the user's username.
     1544     *     @type string   $nickname             The user's nickname. Default is the user's username.
    15451545     *     @type string   $first_name           The user's first name.
    15461546     *     @type string   $last_name            The user's last name.
Note: See TracChangeset for help on using the changeset viewer.