Changeset 49226 for trunk/src/wp-includes/blocks/archives.php
- Timestamp:
- 10/20/2020 01:33:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/archives.php
r49135 r49226 98 98 } 99 99 100 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classnames ) ); 101 100 102 return sprintf( 101 '<ul class="%1$s">%2$s</ul>',102 $ classnames,103 '<ul %1$s>%2$s</ul>', 104 $wrapper_attributes, 103 105 $archives 104 106 );
Note: See TracChangeset
for help on using the changeset viewer.