Change the notice to "warning", which is more correct

This commit is contained in:
Dat Hoang
2018-04-17 16:32:15 +07:00
committed by GitHub
parent ae4743a2f2
commit 09611435de
+2 -2
View File
@@ -90,7 +90,7 @@ class WooViet {
* Throw a notice if WooCommerce is NOT active
*/
public function notice_if_not_woocommerce() {
$class = 'notice notice-error';
$class = 'notice notice-warning';
$message = __( 'Woo Viet is not running because WooCommerce is not active. Please activate both plugins.',
'woo-viet' );
@@ -224,4 +224,4 @@ class WooViet {
}
}
}