Changeset 1237 in tests
- Timestamp:
- 03/05/2013 06:24:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/post/revisions.php
r1214 r1237 279 279 } 280 280 281 wp_update_post( array( 'post_status' => 'publish', 'ID' => $post_id ) );281 wp_update_post( array( 'post_status' => 'publish', 'ID' => $post_id, 'post_content' => rand_str() ) ); 282 282 283 283 $revisions = wp_get_post_revisions( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.