Capitalize aria-label value

This commit is contained in:
Joni Erkkilä 2023-10-14 09:39:08 +03:00
parent 4d133b4ca8
commit c4cbaf495b
1 changed files with 1 additions and 1 deletions

View File

@ -2338,7 +2338,7 @@ if ( ! function_exists( 'woocommerce_breadcrumb' ) ) {
'woocommerce_breadcrumb_defaults',
array(
'delimiter' => ' / ',
'wrap_before' => '<nav class="woocommerce-breadcrumb" aria-label="breadcrumbs">',
'wrap_before' => '<nav class="woocommerce-breadcrumb" aria-label="Breadcrumb">',
'wrap_after' => '</nav>',
'before' => '',
'after' => '',