mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user