Make WordPress Core

Changeset 41353


Ignore:
Timestamp:
09/09/2017 01:18:23 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove "in in", "this this", and "containing containing" dittography from inline comments.

Props Presskopp.
Fixes #41841.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r41237 r41353  
    717717         *
    718718         * @since 4.3.0
    719          * @since 4.7.0  Each array item now includes a `$type_label` in in addition to `$title`, `$type`, and `$object`.
     719         * @since 4.7.0  Each array item now includes a `$type_label` in addition to `$title`, `$type`, and `$object`.
    720720         *
    721721         * @return array The available menu item types.
     
    755755                 *
    756756                 * @since 4.3.0
    757                  * @since 4.7.0  Each array item now includes a `$type_label` in in addition to `$title`, `$type`, and `$object`.
     757                 * @since 4.7.0  Each array item now includes a `$type_label` in addition to `$title`, `$type`, and `$object`.
    758758                 *
    759759                 * @param array $item_types Custom menu item types.
  • trunk/src/wp-includes/theme.php

    r41350 r41353  
    31353135                $wpdb->update(
    31363136                        $wpdb->posts,
    3137                         array( 'post_date' => $new_post_date ), // Note wp_delete_auto_drafts() only looks at this this date.
     3137                        array( 'post_date' => $new_post_date ), // Note wp_delete_auto_drafts() only looks at this date.
    31383138                        array( 'ID' => $post_id )
    31393139                );
  • trunk/src/wp-signup.php

    r41242 r41353  
    248248         * @since 3.0.0
    249249         *
    250          * @param WP_Error $errors A WP_Error object containing containing 'user_name' or 'user_email' errors.
     250         * @param WP_Error $errors A WP_Error object containing 'user_name' or 'user_email' errors.
    251251         */
    252252        do_action( 'signup_extra_fields', $errors );
Note: See TracChangeset for help on using the changeset viewer.