Make WordPress Core

Changeset 41350


Ignore:
Timestamp:
09/08/2017 06:20:22 PM (9 years ago)
Author:
SergeyBiryukov
Message:

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

Props Presskopp.
Fixes #41835.

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/widgets/media-widgets.js

    r41252 r41350  
    10701070                /*
    10711071                 * Create a container element for the widget control (Backbone.View).
    1072                  * This is inserted into the DOM immediately before the the .widget-content
     1072                 * This is inserted into the DOM immediately before the .widget-content
    10731073                 * element because the contents of this element are essentially "managed"
    10741074                 * by PHP, where each widget update cause the entire element to be emptied
  • trunk/src/wp-admin/js/widgets/text-widgets.js

    r41344 r41350  
    389389                /*
    390390                 * Create a container element for the widget control fields.
    391                  * This is inserted into the DOM immediately before the the .widget-content
     391                 * This is inserted into the DOM immediately before the .widget-content
    392392                 * element because the contents of this element are essentially "managed"
    393393                 * by PHP, where each widget update cause the entire element to be emptied
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41321 r41350  
    41084108                /*
    41094109                 * Static Front Page
    4110                  * See also https://core.trac.wordpress.org/ticket/19627 which introduces the the static-front-page theme_support.
     4110                 * See also https://core.trac.wordpress.org/ticket/19627 which introduces the static-front-page theme_support.
    41114111                 * The following replicates behavior from options-reading.php.
    41124112                 */
  • trunk/src/wp-includes/theme.php

    r41237 r41350  
    29052905                 * The following re-formulates the logic from wp_trash_post() as done in
    29062906                 * wp_publish_post(). The reason for bypassing wp_trash_post() is that it
    2907                  * will mutate the the post_content and the post_name when they should be
     2907                 * will mutate the post_content and the post_name when they should be
    29082908                 * untouched.
    29092909                 */
Note: See TracChangeset for help on using the changeset viewer.