From 09611435ded86591a8df3328a7afef6a156066a5 Mon Sep 17 00:00:00 2001 From: Dat Hoang Date: Tue, 17 Apr 2018 16:32:15 +0700 Subject: [PATCH] Change the notice to "warning", which is more correct --- woo-viet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woo-viet.php b/woo-viet.php index d0e118c..9cacca8 100644 --- a/woo-viet.php +++ b/woo-viet.php @@ -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 { } -} \ No newline at end of file +}