- Timestamp:
- 07/10/2023 11:17:05 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-provider.php
r54896 r56195 70 70 $object_subtypes = $this->get_object_subtypes(); 71 71 72 // If there are no object subtypes, include a single sitemap for the 73 // entire object type. 72 /* 73 * If there are no object subtypes, include a single sitemap for the 74 * entire object type. 75 */ 74 76 if ( empty( $object_subtypes ) ) { 75 77 $sitemap_data[] = array(
Note: See TracChangeset
for help on using the changeset viewer.