Changeset 41353 for trunk/src/wp-includes/theme.php
- Timestamp:
- 09/09/2017 01:18:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r41350 r41353 3135 3135 $wpdb->update( 3136 3136 $wpdb->posts, 3137 array( 'post_date' => $new_post_date ), // Note wp_delete_auto_drafts() only looks at this thisdate.3137 array( 'post_date' => $new_post_date ), // Note wp_delete_auto_drafts() only looks at this date. 3138 3138 array( 'ID' => $post_id ) 3139 3139 );
Note: See TracChangeset
for help on using the changeset viewer.