Changeset 34668 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 09/28/2015 07:25:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34566 r34668 2519 2519 2520 2520 $post['post_status'] = 'trash'; 2521 wp_insert_post( $post);2521 wp_insert_post( wp_slash( $post ) ); 2522 2522 2523 2523 wp_trash_post_comments($post_id); … … 2566 2566 delete_post_meta($post_id, '_wp_trash_meta_time'); 2567 2567 2568 wp_insert_post( $post);2568 wp_insert_post( wp_slash( $post ) ); 2569 2569 2570 2570 wp_untrash_post_comments($post_id);
Note: See TracChangeset
for help on using the changeset viewer.