Changeset 55246 for trunk/src/wp-includes/blocks/query-pagination.php
- Timestamp:
- 02/07/2023 07:01:56 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination.php
r54257 r55246 19 19 } 20 20 21 $classes = ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) ? 'has-link-color' : ''; 21 22 $wrapper_attributes = get_block_wrapper_attributes( 22 23 array( 23 24 'aria-label' => __( 'Pagination' ), 25 'class' => $classes, 24 26 ) 25 27 );
Note: See TracChangeset
for help on using the changeset viewer.