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
This commit is contained in:
Sergey Biryukov 2022-11-06 14:48:10 +00:00
parent f0af926dd6
commit 8c7a3bf415
2 changed files with 3 additions and 3 deletions

View File

@ -99,8 +99,8 @@ class WP_Sitemaps {
* *
* @since 5.5.0 * @since 5.5.0
* *
* @param bool $is_enabled Whether XML Sitemaps are enabled or not. Defaults * @param bool $is_enabled Whether XML Sitemaps are enabled or not.
* to true for public sites. * Defaults to true for public sites.
*/ */
return (bool) apply_filters( 'wp_sitemaps_enabled', $is_enabled ); return (bool) apply_filters( 'wp_sitemaps_enabled', $is_enabled );
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.