Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399


git-svn-id: https://develop.svn.wordpress.org/trunk@51298 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-07-01 21:01:17 +00:00
parent 4d431f89d5
commit 28ea7b18cf
25 changed files with 48 additions and 52 deletions
+2 -2
View File
@@ -1828,7 +1828,7 @@ function wp_setup_widgets_block_editor() {
*
* @since 5.8.0
*
* @return boolean Whether or not to use the block editor to manage widgets.
* @return bool Whether to use the block editor to manage widgets.
*/
function wp_use_widgets_block_editor() {
/**
@@ -1836,7 +1836,7 @@ function wp_use_widgets_block_editor() {
*
* @since 5.8.0
*
* @param boolean $use_widgets_block_editor Whether or not to use the block editor to manage widgets.
* @param bool $use_widgets_block_editor Whether to use the block editor to manage widgets.
*/
return apply_filters(
'use_widgets_block_editor',