parent
d161ba0216
commit
d39d882a4e
|
@ -15,7 +15,7 @@
|
|||
* @see https://docs.woocommerce.com/document/template-structure/
|
||||
* @author WooThemes
|
||||
* @package WooCommerce/Templates
|
||||
* @version 3.0.0
|
||||
* @version 3.1.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
|
@ -60,7 +60,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
$values = $attribute->get_options();
|
||||
|
||||
foreach ( $values as &$value ) {
|
||||
$value = esc_html( $value );
|
||||
$value = make_clickable( esc_html( $value ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue