- Timestamp:
- 07/14/2020 11:52:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
r48282 r48472 102 102 // Extract the data needed for home URL to add to the array. 103 103 $sitemap_entry = array( 104 'loc' => home_url( ),104 'loc' => home_url( '/' ), 105 105 ); 106 106
Note: See TracChangeset
for help on using the changeset viewer.