Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 102102

NicholasPerkins on "[Plugin: WooCommerce - excelling eCommerce] Woocommerce Theme - Mystile Bug"

$
0
0

Second associated issue in line 1824 of functions/admin-functions.php

if ( $option['face'] == $font['name'] AND !strstr($fonts, $font['name']) ) {

needs to be
if ( $option['face'] == $font['name'] AND !strstr($fonts, $font['name']) . "|" ) {

Because "PT Sans" matches "PT Sans Narrow", so including the bar in the search ensures an exact match.


Viewing all articles
Browse latest Browse all 102102

Trending Articles