Changeset 52389 for trunk/tests/phpunit/tests/post/attachments.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/attachments.php
r52010 r52389 273 273 $post_id = wp_insert_post( 274 274 array( 275 'post_content' => rand_str(),276 'post_title' => rand_str(),275 'post_content' => 'content', 276 'post_title' => 'title', 277 277 ) 278 278 );
Note: See TracChangeset
for help on using the changeset viewer.