Skip to content

Commit

Permalink
separator
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Sep 4, 2014
1 parent 825af9e commit 191c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/woocommerce/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ function storefront_products_per_page() {
* @since 1.0.0
*/
function storefront_breadcrumb_delimeter( $defaults ) {
$defaults['delimiter'] = '<span class="separator"></span>';
$defaults['delimiter'] = '<span class="separator">&gt;</span>';
return $defaults;
}

0 comments on commit 191c1e3

Please sign in to comment.