Changeset 47198 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r47122 r47198 1011 1011 } 1012 1012 1013 require_once ( ABSPATH . '/wp-admin/includes/post.php' );1013 require_once ABSPATH . '/wp-admin/includes/post.php'; 1014 1014 1015 1015 $post_id = self::factory()->post->create();
Note: See TracChangeset
for help on using the changeset viewer.