- Timestamp:
- 07/14/2020 11:41:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-index.php
r48098 r48470 76 76 77 77 if ( ! $wp_rewrite->using_permalinks() ) { 78 return add_query_arg( 'sitemap', 'index', home_url( '/' ));78 return home_url( '/?sitemap=index' ); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.