$html .= '<option value="">' . ($name <> '' ? sprintf(__('[b]Select %s ...[/b]', 'attributes'), strtolower($name)) : __('Select value ...', 'attributes')) . '</option>';
sprintf(__('[b]Select %s ...[/b]', 'attributes'), strtolower($name))
__('Select', 'attributes') . ' ' . strtolower($name)
[b][/b]
@megachebReplaceCode: [Select]sprintf(__('[b]Select %s ...[/b]', 'attributes'), strtolower($name))withCode: [Select]__('Select', 'attributes') . ' ' . strtolower($name)I do not think those attributes are original in plugin and yet never heard about such issue.