Changeset 58187 for trunk/src/wp-includes/blocks/block.php
- Timestamp:
- 05/23/2024 07:37:08 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/block.php
r57760 r58187 8 8 /** 9 9 * Renders the `core/block` block on server. 10 * 11 * @since 5.0.0 12 * 13 * @global WP_Embed $wp_embed 10 14 * 11 15 * @param array $attributes The block attributes. … … 96 100 /** 97 101 * Registers the `core/block` block. 102 * 103 * @since 5.3.0 98 104 */ 99 105 function register_block_core_block() {
Note: See TracChangeset
for help on using the changeset viewer.