Changeset 60458
- Timestamp:
- 07/15/2025 08:21:01 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r59258 r60458 1289 1289 1290 1290 // sitemap.xml -- only if installed at the root. 1291 $sitemap_rewrite = ( empty( $home_path['path'] ) || '/' === $home_path['path'] ) ? array( 'sitemap\.xml' => $this->index . '? ?sitemap=index' ) : array();1291 $sitemap_rewrite = ( empty( $home_path['path'] ) || '/' === $home_path['path'] ) ? array( 'sitemap\.xml' => $this->index . '?sitemap=index' ) : array(); 1292 1292 1293 1293 // Old feed and service files.
Note: See TracChangeset for help on using the changeset viewer.