PluginProbe
Gutenberg / 24.0.0
Gutenberg v24.0.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/scripts/widgets/blocks/widget-group.php +3 -3 23.2.224.0.0 View file →
@@ -13,10 +13,10 @@
13 13 * @global array $wp_registered_sidebars
14 14 * @global int|string $_sidebar_being_rendered
15 15 *
16 16 * @param array $attributes The block attributes.
17 - * @param string $content The block content.
18 - * @param WP_Block $block The block.
17 + * @param string $content The block content.
18 + * @param WP_Block $block The block.
19 19 *
20 20 * @return string Rendered block.
21 21 */
22 22 function gutenberg_render_block_core_widget_group( $attributes, $content, $block ) {
@@ -69,9 +69,9 @@
69 69 * @since 5.9.0
70 70 *
71 71 * @global int|string $_sidebar_being_rendered
72 72 *
73 - * @param int|string $index Index, name, or ID of the dynamic sidebar.
73 + * @param int|string $index Index, name, or ID of the dynamic sidebar.
74 74 */
75 75 function gutenberg_note_sidebar_being_rendered( $index ) {
76 76 global $_sidebar_being_rendered;
77 77 $_sidebar_being_rendered = $index;