Changeset 51124 for trunk/src/wp-includes/revision.php
- Timestamp:
- 06/08/2021 11:23:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r50949 r51124 332 332 $post = wp_slash( $post ); // Since data is from DB. 333 333 334 $revision_id = wp_insert_post( $post );334 $revision_id = wp_insert_post( $post, true ); 335 335 if ( is_wp_error( $revision_id ) ) { 336 336 return $revision_id;
Note: See TracChangeset
for help on using the changeset viewer.