WordPress/wp-includes/sitemaps
Pascal Birchler 1f27914191 Sitemaps: Correctly enforce maximum number of sitemaps in index.
Before this change, the limit of 50k entries was enforced for the number of providers, not the amount of sitemaps all providers add to the index in total.

Props pbiron, swissspidy.
Fixes #50666.
Built from https://develop.svn.wordpress.org/trunk@48532


git-svn-id: http://core.svn.wordpress.org/trunk@48294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-07-21 13:57:05 +00:00
..
providers Sitemaps: Ensure entry for ‘page’ post type sitemap in index. 2020-07-14 12:26:02 +00:00
class-wp-sitemaps-index.php Sitemaps: Correctly enforce maximum number of sitemaps in index. 2020-07-21 13:57:05 +00:00
class-wp-sitemaps-provider.php Sitemaps: Pass full paths to home_url() calls. 2020-07-14 11:43:03 +00:00
class-wp-sitemaps-registry.php Sitemaps: Correctly enforce maximum number of sitemaps in index. 2020-07-21 13:57:05 +00:00
class-wp-sitemaps-renderer.php Sitemaps: Pass full paths to home_url() calls. 2020-07-14 11:43:03 +00:00
class-wp-sitemaps-stylesheet.php Sitemaps: Add wrapping <div> around sitemap in stylesheet. 2020-07-14 11:45:03 +00:00
class-wp-sitemaps.php Sitemaps: Ensure correct HTTP status when sitemaps are disabled 2020-07-21 00:57:05 +00:00