Changeset 58187 for trunk/src/wp-includes/blocks/tag-cloud.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/tag-cloud.php
r55246 r58187 8 8 /** 9 9 * Renders the `core/tag-cloud` block on server. 10 * 11 * @since 5.2.0 10 12 * 11 13 * @param array $attributes The block attributes. … … 43 45 /** 44 46 * Registers the `core/tag-cloud` block on server. 47 * 48 * @since 5.2.0 45 49 */ 46 50 function register_block_core_tag_cloud() {
Note: See TracChangeset
for help on using the changeset viewer.