Changeset 58187 for trunk/src/wp-includes/blocks/term-description.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/term-description.php
r55246 r58187 8 8 /** 9 9 * Renders the `core/term-description` block on the server. 10 * 11 * @since 5.9.0 10 12 * 11 13 * @param array $attributes Block attributes. … … 38 40 /** 39 41 * Registers the `core/term-description` block on the server. 42 * 43 * @since 5.9.0 40 44 */ 41 45 function register_block_core_term_description() {
Note: See TracChangeset
for help on using the changeset viewer.