From c22f935e967ef5476ac8cbdc62141863c5b367f8 Mon Sep 17 00:00:00 2001 From: htdat Date: Mon, 3 Jul 2017 23:58:37 +0700 Subject: [PATCH] Update survey links - #29 --- inc/class-wooviet-notices.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/class-wooviet-notices.php b/inc/class-wooviet-notices.php index 830d66e..ebb0588 100644 --- a/inc/class-wooviet-notices.php +++ b/inc/class-wooviet-notices.php @@ -15,7 +15,7 @@ class WooViet_Notices { var $settings = ''; - var $default_settings = array( + static $default_settings = array( 'installation_time' => 0, 'displaying_survey_after_4_weeks' => 'not_yet', ); @@ -87,7 +87,7 @@ class WooViet_Notices { $line1 = __( 'Please help us to improve Woo Viet.', 'woo-viet' ); $line2 = __( 'Rate us!', 'woo-viet' ); $line3 = __( 'Or run a short survery:', 'woo-viet' ); - $line4 = 'tiếng Việt - English'; + $line4 = 'tiếng Việt - English'; $line5 = __( 'Dismiss this notice', 'woo-viet' ); $link = admin_url( 'admin.php?page=woo-viet&wooviet_dismiss=displaying_survey_after_4_weeks' );