Changeset 58187 for trunk/src/wp-includes/blocks/widget-group.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/widget-group.php
r54632 r58187 8 8 /** 9 9 * Renders the 'core/widget-group' block. 10 * 11 * @since 5.9.0 12 * 13 * @global array $wp_registered_sidebars 14 * @global int|string $_sidebar_being_rendered 10 15 * 11 16 * @param array $attributes The block attributes. … … 43 48 /** 44 49 * Registers the 'core/widget-group' block. 50 * 51 * @since 5.9.0 45 52 */ 46 53 function register_block_core_widget_group() { … … 60 67 * render_block_core_widget_group(). 61 68 * 69 * @since 5.9.0 70 * 71 * @global int|string $_sidebar_being_rendered 72 * 62 73 * @param int|string $index Index, name, or ID of the dynamic sidebar. 63 74 */ … … 71 82 * Clear whatever we set in note_sidebar_being_rendered() after WordPress 72 83 * finishes rendering a sidebar. 84 * 85 * @since 5.9.0 86 * 87 * @global int|string $_sidebar_being_rendered 73 88 */ 74 89 function discard_sidebar_being_rendered() {
Note: See TracChangeset
for help on using the changeset viewer.