Docs: Remove "the the" dittography from inline comments.

Props Presskopp.
Fixes #41835.
Built from https://develop.svn.wordpress.org/trunk@41350


git-svn-id: http://core.svn.wordpress.org/trunk@41183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-09-08 18:21:42 +00:00
parent 6bea951e7a
commit 098fed18b7
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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.
*/

View File

@ -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 ) {

View File

@ -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.