- Timestamp:
- 10/14/2020 12:25:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/sitemaps/sitemaps-taxonomies.php
r48937 r49140 164 164 unregister_taxonomy_for_object_type( $taxonomy, 'post' ); 165 165 166 $this->assertEmpty( $post_list, ' Private taxonomy term links are visible.' );166 $this->assertEmpty( $post_list, 'Non-publicly queryable taxonomy term links are visible.' ); 167 167 } 168 168
Note: See TracChangeset
for help on using the changeset viewer.