Docs: Correct type for the `$widget` parameter of the `widget_block_content` filter.
Follow-up to [51058]. See #51566. Built from https://develop.svn.wordpress.org/trunk@51063 git-svn-id: http://core.svn.wordpress.org/trunk@50672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eeb4f7fcc6
commit
fde119d446
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-51062';
|
||||
$wp_version = '5.8-alpha-51063';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
@ -73,7 +73,7 @@ class WP_Widget_Block extends WP_Widget {
|
|||
*
|
||||
* @param string $content The widget content.
|
||||
* @param array $instance Array of settings for the current widget.
|
||||
* @param WP_Widget_Text $widget Current Block widget instance.
|
||||
* @param WP_Widget_Block $widget Current Block widget instance.
|
||||
*/
|
||||
echo apply_filters(
|
||||
'widget_block_content',
|
||||
|
|
Loading…
Reference in New Issue