Changeset 58187 for trunk/src/wp-includes/blocks/heading.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/heading.php
r55246 r58187 14 14 * Would be transformed to: 15 15 * <h2 class="align-left wp-block-heading">Hello World</h2> 16 * 17 * @since 6.2.0 16 18 * 17 19 * @param array $attributes Attributes of the block being rendered. … … 40 42 /** 41 43 * Registers the `core/heading` block on server. 44 * 45 * @since 6.2.0 42 46 */ 43 47 function register_block_core_heading() {
Note: See TracChangeset
for help on using the changeset viewer.