Make WordPress Core

Changeset 35793


Ignore:
Timestamp:
12/06/2015 09:22:10 PM (11 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.

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/customize-widgets.js

    r35486 r35793  
    960960                 * be aligned to copy the sanitized over. The elements returned by this
    961961                 * are passed into this._getInputsSignature(), and they are iterated
    962                  * over when copying sanitized values over to the the form loaded.
     962                 * over when copying sanitized values over to the form loaded.
    963963                 *
    964964                 * @param {jQuery} container element in which to look for inputs
  • trunk/src/wp-includes/class-json.php

    r34234 r35793  
    446446               /*
    447447                * As per JSON spec if any array key is not an integer
    448                 * we must treat the the whole array as an object. We
     448                * we must treat the whole array as an object. We
    449449                * also try to catch a sparsely populated associative
    450450                * array with numeric keys here because some JS engines
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r35724 r35793  
    344344                /*
    345345                 * Add a setting which will be supplied for the theme's sidebars_widgets
    346                  * theme_mod when the the theme is switched.
     346                 * theme_mod when the theme is switched.
    347347                 */
    348348                if ( ! $this->manager->is_theme_active() ) {
  • trunk/src/wp-includes/revision.php

    r35352 r35793  
    121121                 * @param bool    $check_for_changes Whether to check for changes before saving a new revision.
    122122                 *                                   Default true.
    123                  * @param WP_Post $last_revision     The the last revision post object.
     123                 * @param WP_Post $last_revision     The last revision post object.
    124124                 * @param WP_Post $post              The post object.
    125125                 *
  • 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.