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:
Gary Pendergast 2015-12-06 21:22:10 +00:00
parent 57408e271a
commit 3025e87fa2
5 changed files with 7 additions and 7 deletions

View File

@ -959,7 +959,7 @@
* comparing the loaded form with the sanitized form, whose fields will * comparing the loaded form with the sanitized form, whose fields will
* be aligned to copy the sanitized over. The elements returned by this * be aligned to copy the sanitized over. The elements returned by this
* are passed into this._getInputsSignature(), and they are iterated * are passed into this._getInputsSignature(), and they are iterated
* over when copying sanitized values over to the the form loaded. * over when copying sanitized values over to the form loaded.
* *
* @param {jQuery} container element in which to look for inputs * @param {jQuery} container element in which to look for inputs
* @returns {jQuery} inputs * @returns {jQuery} inputs

View File

@ -445,7 +445,7 @@ class Services_JSON
case 'array': case 'array':
/* /*
* As per JSON spec if any array key is not an integer * As per JSON spec if any array key is not an integer
* we must treat the the whole array as an object. We * we must treat the whole array as an object. We
* also try to catch a sparsely populated associative * also try to catch a sparsely populated associative
* array with numeric keys here because some JS engines * array with numeric keys here because some JS engines
* will create an array with empty indexes up to * will create an array with empty indexes up to

View File

@ -343,7 +343,7 @@ final class WP_Customize_Widgets {
/* /*
* Add a setting which will be supplied for the theme's sidebars_widgets * Add a setting which will be supplied for the theme's sidebars_widgets
* theme_mod when the the theme is switched. * theme_mod when the theme is switched.
*/ */
if ( ! $this->manager->is_theme_active() ) { if ( ! $this->manager->is_theme_active() ) {
$setting_id = 'old_sidebars_widgets_data'; $setting_id = 'old_sidebars_widgets_data';

View File

@ -120,7 +120,7 @@ function wp_save_post_revision( $post_id ) {
* *
* @param bool $check_for_changes Whether to check for changes before saving a new revision. * @param bool $check_for_changes Whether to check for changes before saving a new revision.
* Default true. * Default true.
* @param WP_Post $last_revision The the last revision post object. * @param WP_Post $last_revision The last revision post object.
* @param WP_Post $post The post object. * @param WP_Post $post The post object.
* *
*/ */

View File

@ -1266,9 +1266,9 @@ function validate_username( $username ) {
* @type string $user_url The user URL. * @type string $user_url The user URL.
* @type string $user_email The user email address. * @type string $user_email The user email address.
* @type string $display_name The user's display name. * @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. * @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 * @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 * to build the first part of the user's display name
* if `$display_name` is not specified. * if `$display_name` is not specified.
@ -1541,7 +1541,7 @@ function wp_insert_user( $userdata ) {
* @param array $meta { * @param array $meta {
* Default meta values and keys for the user. * 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 $first_name The user's first name.
* @type string $last_name The user's last name. * @type string $last_name The user's last name.
* @type string $description The user's description. * @type string $description The user's description.