encode the slash..
This commit is contained in:
parent
93d147dd38
commit
79c3893e7e
|
@ -948,7 +948,7 @@ if ( ! function_exists( 'woocommerce_breadcrumb' ) ) {
|
|||
function woocommerce_breadcrumb( $args = array() ) {
|
||||
|
||||
$defaults = apply_filters( 'woocommerce_breadcrumb_defaults', array(
|
||||
'delimiter' => ' / ',
|
||||
'delimiter' => ' / ',
|
||||
'wrap_before' => '<nav class="woocommerce-breadcrumb" itemprop="breadcrumb">',
|
||||
'wrap_after' => '</nav>',
|
||||
'before' => '',
|
||||
|
|
Loading…
Reference in New Issue