Changeset 49226 for trunk/src/wp-includes/blocks/latest-posts.php
- Timestamp:
- 10/20/2020 01:33:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-posts.php
r49135 r49226 172 172 } 173 173 174 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $class ) ); 175 174 176 return sprintf( 175 '<ul class="%1$s">%2$s</ul>',176 esc_attr( $class ),177 '<ul %1$s>%2$s</ul>', 178 $wrapper_attributes, 177 179 $list_items_markup 178 180 );
Note: See TracChangeset
for help on using the changeset viewer.