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

Props Presskopp.
Fixes #41841.

git-svn-id: https://develop.svn.wordpress.org/trunk@41353 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2017-09-09 13:18:23 +00:00
parent f5c342ce76
commit 47f5fd023c
3 changed files with 4 additions and 4 deletions

View File

@@ -3134,7 +3134,7 @@ function _wp_keep_alive_customize_changeset_dependent_auto_drafts( $new_status,
}
$wpdb->update(
$wpdb->posts,
array( 'post_date' => $new_post_date ), // Note wp_delete_auto_drafts() only looks at this this date.
array( 'post_date' => $new_post_date ), // Note wp_delete_auto_drafts() only looks at this date.
array( 'ID' => $post_id )
);
clean_post_cache( $post_id );