Make WordPress Core


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

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

Props Presskopp.
Fixes #41841.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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        );
Note: See TracChangeset for help on using the changeset viewer.