Changeset 52042 for trunk/src/wp-includes/blocks/tag-cloud.php
- Timestamp:
- 11/08/2021 02:26:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/tag-cloud.php
r49226 r52042 18 18 'taxonomy' => $attributes['taxonomy'], 19 19 'show_count' => $attributes['showTagCounts'], 20 'number' => $attributes['numberOfTags'], 20 21 ); 21 22 $tag_cloud = wp_tag_cloud( $args );
Note: See TracChangeset
for help on using the changeset viewer.