Sitemaps: Rename 'sitemap' to 'provider' in WP_Sitemaps_Registry class.

This class is for registering sitemap providers, not individual sitemaps.

Props swissspidy.
Fixes #50724.
Built from https://develop.svn.wordpress.org/trunk@48536


git-svn-id: http://core.svn.wordpress.org/trunk@48298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-07-21 15:29:02 +00:00
parent 73a8fb4cc3
commit 12daeec1f7
5 changed files with 21 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-beta2-48535';
$wp_version = '5.5-beta2-48536';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.