diff --git a/src/wp-includes/sitemaps/class-wp-sitemaps.php b/src/wp-includes/sitemaps/class-wp-sitemaps.php index cd8d1e4dbc..85d3adddb4 100644 --- a/src/wp-includes/sitemaps/class-wp-sitemaps.php +++ b/src/wp-includes/sitemaps/class-wp-sitemaps.php @@ -99,8 +99,8 @@ class WP_Sitemaps { * * @since 5.5.0 * - * @param bool $is_enabled Whether XML Sitemaps are enabled or not. Defaults - * to true for public sites. + * @param bool $is_enabled Whether XML Sitemaps are enabled or not. + * Defaults to true for public sites. */ return (bool) apply_filters( 'wp_sitemaps_enabled', $is_enabled ); }