Changeset 5806 for sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/src/class-content-model.php
- Timestamp:
- 08/16/2017 01:10:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/src/class-content-model.php
r5805 r5806 17 17 ), 18 18 'public' => true, 19 'has_archive' => true,19 'has_archive' => false, 20 20 'show_in_rest' => true, 21 21 'hierarchical' => true, 22 'rewrite' => array( 23 'slug' => 'test-results', 24 ), 22 25 'supports' => array( 23 26 'title',
Note: See TracChangeset
for help on using the changeset viewer.