Needed a space for style guidelines
This commit is contained in:
parent
cc5452cfe3
commit
b977784a66
|
@ -50,7 +50,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
||||||
foreach ( $attribute_values as $attribute_value ) :
|
foreach ( $attribute_values as $attribute_value ) :
|
||||||
if ( $attribute_taxonomy->attribute_public ) :
|
if ( $attribute_taxonomy->attribute_public ) :
|
||||||
$values[] = '<a href="'. esc_url( get_term_link( $attribute_value->term_id, $attribute->get_name() ) ) . '" rel="tag">' . $attribute_value->name . '</a>';
|
$values[] = '<a href="' . esc_url( get_term_link( $attribute_value->term_id, $attribute->get_name() ) ) . '" rel="tag">' . $attribute_value->name . '</a>';
|
||||||
else:
|
else:
|
||||||
$values[] = $attribute_value->name;
|
$values[] = $attribute_value->name;
|
||||||
endif;
|
endif;
|
||||||
|
|
Loading…
Reference in New Issue