- Timestamp:
- 09/26/2023 12:40:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php
r52422 r56708 137 137 ); 138 138 139 // We're not supporting sitemaps for author pages for attachments .139 // We're not supporting sitemaps for author pages for attachments and pages. 140 140 unset( $public_post_types['attachment'] ); 141 unset( $public_post_types['page'] ); 141 142 142 143 /**
Note: See TracChangeset
for help on using the changeset viewer.