diff --git a/wp-admin/js/customize-widgets.js b/wp-admin/js/customize-widgets.js index 820e8e3cab..595585c1ae 100644 --- a/wp-admin/js/customize-widgets.js +++ b/wp-admin/js/customize-widgets.js @@ -959,7 +959,7 @@ * comparing the loaded form with the sanitized form, whose fields will * be aligned to copy the sanitized over. The elements returned by this * 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 * @returns {jQuery} inputs diff --git a/wp-includes/class-json.php b/wp-includes/class-json.php index 53b31e3634..7f34d3fcab 100644 --- a/wp-includes/class-json.php +++ b/wp-includes/class-json.php @@ -445,7 +445,7 @@ class Services_JSON case 'array': /* * 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 * array with numeric keys here because some JS engines * will create an array with empty indexes up to diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index 7639d5091c..f26f8d1740 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -343,7 +343,7 @@ final class WP_Customize_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() ) { $setting_id = 'old_sidebars_widgets_data'; diff --git a/wp-includes/revision.php b/wp-includes/revision.php index 8c2337624d..2f482e0ceb 100644 --- a/wp-includes/revision.php +++ b/wp-includes/revision.php @@ -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. * 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. * */ diff --git a/wp-includes/user.php b/wp-includes/user.php index f14fa486a7..656f710657 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 62441483b4..781976d537 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35792'; +$wp_version = '4.5-alpha-35793'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.