- Timestamp:
- 07/14/2020 11:54:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
r48472 r48474 37 37 $post_types = get_post_types( array( 'public' => true ), 'objects' ); 38 38 unset( $post_types['attachment'] ); 39 40 $post_types = array_filter( $post_types, 'is_post_type_viewable' ); 39 41 40 42 /**
Note: See TracChangeset
for help on using the changeset viewer.