Changeset 58187 for trunk/src/wp-includes/blocks/legacy-widget.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/legacy-widget.php
r54632 r58187 8 8 /** 9 9 * Renders the 'core/legacy-widget' block. 10 * 11 * @since 5.8.0 12 * 13 * @global int $wp_widget_factory. 10 14 * 11 15 * @param array $attributes The block attributes. … … 55 59 /** 56 60 * Registers the 'core/legacy-widget' block. 61 * 62 * @since 5.8.0 57 63 */ 58 64 function register_block_core_legacy_widget() { … … 71 77 * set, renders a page containing a preview of the requested Legacy Widget 72 78 * block. 79 * 80 * @since 5.8.0 73 81 */ 74 82 function handle_legacy_widget_preview_iframe() {
Note: See TracChangeset
for help on using the changeset viewer.