Changeset 53157 for trunk/src/wp-includes/blocks/query-pagination.php
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination.php
r52042 r53157 19 19 } 20 20 21 $wrapper_attributes = get_block_wrapper_attributes( 22 array( 23 'role' => 'navigation', 24 'aria-label' => __( 'Pagination' ), 25 ) 26 ); 27 21 28 return sprintf( 22 '< div %1$s>%2$s</div>',23 get_block_wrapper_attributes(),29 '<nav %1$s>%2$s</nav>', 30 $wrapper_attributes, 24 31 $content 25 32 );
Note: See TracChangeset
for help on using the changeset viewer.