diff --git a/wp-admin/js/widgets/media-widgets.js b/wp-admin/js/widgets/media-widgets.js index 8781df4bd3..e3bc41c480 100644 --- a/wp-admin/js/widgets/media-widgets.js +++ b/wp-admin/js/widgets/media-widgets.js @@ -1069,7 +1069,7 @@ wp.mediaWidgets = ( function( $ ) { /* * Create a container element for the widget control (Backbone.View). - * This is inserted into the DOM immediately before the the .widget-content + * This is inserted into the DOM immediately before the .widget-content * element because the contents of this element are essentially "managed" * by PHP, where each widget update cause the entire element to be emptied * and replaced with the rendered output of WP_Widget::form() which is diff --git a/wp-admin/js/widgets/text-widgets.js b/wp-admin/js/widgets/text-widgets.js index 604459697d..0d790afe3a 100644 --- a/wp-admin/js/widgets/text-widgets.js +++ b/wp-admin/js/widgets/text-widgets.js @@ -388,7 +388,7 @@ wp.textWidgets = ( function( $ ) { /* * Create a container element for the widget control fields. - * This is inserted into the DOM immediately before the the .widget-content + * This is inserted into the DOM immediately before the .widget-content * element because the contents of this element are essentially "managed" * by PHP, where each widget update cause the entire element to be emptied * and replaced with the rendered output of WP_Widget::form() which is diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index b14b1e0db8..4fe5c6133f 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -4107,7 +4107,7 @@ final class WP_Customize_Manager { /* * Static Front Page - * See also https://core.trac.wordpress.org/ticket/19627 which introduces the the static-front-page theme_support. + * See also https://core.trac.wordpress.org/ticket/19627 which introduces the static-front-page theme_support. * The following replicates behavior from options-reading.php. */ diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 1d55f4f27c..0c2f30474e 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -2904,7 +2904,7 @@ function _wp_customize_publish_changeset( $new_status, $old_status, $changeset_p /* * The following re-formulates the logic from wp_trash_post() as done in * wp_publish_post(). The reason for bypassing wp_trash_post() is that it - * will mutate the the post_content and the post_name when they should be + * will mutate the post_content and the post_name when they should be * untouched. */ if ( ! EMPTY_TRASH_DAYS ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index d5e7d94c73..3221b9d328 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41349'; +$wp_version = '4.9-alpha-41350'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.