- Timestamp:
- 06/04/2022 01:39:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r53152 r53464 521 521 wp_delete_post( $page_id, true ); 522 522 wp_delete_term( $tag_id, 'tags' ); 523 wp_delete_attachment( $media_id );523 wp_delete_attachment( $media_id, true ); 524 524 wp_delete_comment( $comment_id ); 525 525 }
Note: See TracChangeset
for help on using the changeset viewer.