Changeset 43571 for trunk/tests/phpunit/tests/xmlrpc/wp/getPosts.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPosts.php
r42343 r43571 48 48 $cpt_name = 'test_wp_getposts_cpt'; 49 49 register_post_type( 50 $cpt_name, array( 50 $cpt_name, 51 array( 51 52 'taxonomies' => array( 'post_tag', 'category' ), 52 53 'public' => true,
Note: See TracChangeset
for help on using the changeset viewer.