| @@ -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; |