encode the slash..

This commit is contained in:
James Koster 2013-01-03 11:57:33 +00:00
parent 93d147dd38
commit 79c3893e7e
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '',