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:
parent
f0af926dd6
commit
8c7a3bf415
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue