From 8c7a3bf415683a792ff4642275aedf499c35a02f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 6 Nov 2022 14:48:10 +0000 Subject: [PATCH] Docs: Correct DocBlock formatting for `wp_sitemaps_enabled` filter. Follow-up to [48072], [48094], [48523]. See #56792. Built from https://develop.svn.wordpress.org/trunk@54755 git-svn-id: http://core.svn.wordpress.org/trunk@54307 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/sitemaps/class-wp-sitemaps.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/sitemaps/class-wp-sitemaps.php b/wp-includes/sitemaps/class-wp-sitemaps.php index cd8d1e4dbc..85d3adddb4 100644 --- a/wp-includes/sitemaps/class-wp-sitemaps.php +++ b/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 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 070b601d87..38ab2a1ae0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54754'; +$wp_version = '6.2-alpha-54755'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.