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:
parent
6bea951e7a
commit
098fed18b7
|
@ -1069,7 +1069,7 @@ wp.mediaWidgets = ( function( $ ) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create a container element for the widget control (Backbone.View).
|
* 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"
|
* element because the contents of this element are essentially "managed"
|
||||||
* by PHP, where each widget update cause the entire element to be emptied
|
* 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
|
* and replaced with the rendered output of WP_Widget::form() which is
|
||||||
|
|
|
@ -388,7 +388,7 @@ wp.textWidgets = ( function( $ ) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create a container element for the widget control fields.
|
* 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"
|
* element because the contents of this element are essentially "managed"
|
||||||
* by PHP, where each widget update cause the entire element to be emptied
|
* 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
|
* and replaced with the rendered output of WP_Widget::form() which is
|
||||||
|
|
|
@ -4107,7 +4107,7 @@ final class WP_Customize_Manager {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Static Front Page
|
* 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.
|
* The following replicates behavior from options-reading.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
|
* 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
|
* 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.
|
* untouched.
|
||||||
*/
|
*/
|
||||||
if ( ! EMPTY_TRASH_DAYS ) {
|
if ( ! EMPTY_TRASH_DAYS ) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue