Changeset 48472
- Timestamp:
- 07/14/2020 11:52:43 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 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 -
trunk/tests/phpunit/tests/sitemaps/sitemaps.php
r48072 r48472 235 235 $expected, 236 236 array( 237 'loc' => home_url( ),237 'loc' => home_url( '/' ), 238 238 ) 239 239 );
Note: See TracChangeset
for help on using the changeset viewer.