Docs: Remove "the the" dittography from inline comments.
Props Presskopp. Fixes #41835. git-svn-id: https://develop.svn.wordpress.org/trunk@41350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a55222fe0f
commit
357532ab64
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user