diff --git a/wp-includes/sitemaps.php b/wp-includes/sitemaps.php index 6bc4d71e69..214eb3ac1a 100644 --- a/wp-includes/sitemaps.php +++ b/wp-includes/sitemaps.php @@ -49,7 +49,7 @@ function wp_sitemaps_get_server() { * * @return WP_Sitemaps_Provider[] Array of sitemap providers. */ -function wp_get_sitemaps_providers() { +function wp_get_sitemap_providers() { $sitemaps = wp_sitemaps_get_server(); return $sitemaps->registry->get_providers(); } diff --git a/wp-includes/version.php b/wp-includes/version.php index be3771035f..fe6d6d6b29 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta2-48540'; +$wp_version = '5.5-beta2-48541'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.