Changeset 49226 for trunk/src/wp-includes/blocks/tag-cloud.php
- Timestamp:
- 10/20/2020 01:33:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/tag-cloud.php
r49135 r49226 32 32 } 33 33 34 $wrapper_attributes = get_block_wrapper_attributes(); 35 34 36 return sprintf( 35 '<p>%1$s</p>', 37 '<p %1$s>%2$s</p>', 38 $wrapper_attributes, 36 39 $tag_cloud 37 40 );
Note: See TracChangeset
for help on using the changeset viewer.