Changeset 55246 for trunk/src/wp-includes/blocks/comments-pagination.php
- Timestamp:
- 02/07/2023 07:01:56 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comments-pagination.php
r53338 r55246 23 23 } 24 24 25 $classes = ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) ? 'has-link-color' : ''; 26 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classes ) ); 27 25 28 return sprintf( 26 29 '<div %1$s>%2$s</div>', 27 get_block_wrapper_attributes(),30 $wrapper_attributes, 28 31 $content 29 32 );
Note: See TracChangeset
for help on using the changeset viewer.