Capitalize aria-label value
This commit is contained in:
parent
4d133b4ca8
commit
c4cbaf495b
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in New Issue