Changeset 38938 for trunk/tests/phpunit/tests/adminbar.php
- Timestamp:
- 10/26/2016 01:23:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/adminbar.php
r38810 r38938 350 350 'post_author' => self::$editor_id, 351 351 'post_status' => 'publish', 352 'post_content' => rand_str(),353 'post_title' => rand_str(),352 'post_content' => 'Post Content', 353 'post_title' => 'Post Title', 354 354 ); 355 355 $id = wp_insert_post( $post );
Note: See TracChangeset
for help on using the changeset viewer.