Zaktualizuj warunek dla etykiety 'custom_label_4' w klasie Products, zmieniając 'product_deleted' na 'deleted'
This commit is contained in:
@@ -80,7 +80,7 @@ class Products
|
||||
$custom_class = 'custom_name';
|
||||
}
|
||||
|
||||
if ( $custom_label_4 == 'product_deleted' )
|
||||
if ( $custom_label_4 == 'deleted' )
|
||||
$custom_class = 'text-danger';
|
||||
|
||||
$custom_label_4_color = '';
|
||||
|
||||
Reference in New Issue
Block a user