From 1fb0ed23091ed504ce0848a82faeae184d4c8431 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Tue, 2 Oct 2018 09:26:06 +0300 Subject: [PATCH] - changed time for first activation review notice; --- includes/admin/core/class-admin-notices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/core/class-admin-notices.php b/includes/admin/core/class-admin-notices.php index 5f6c5aa6..24850135 100644 --- a/includes/admin/core/class-admin-notices.php +++ b/includes/admin/core/class-admin-notices.php @@ -631,7 +631,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) { return; } - if ( $first_activation_date + MONTH_IN_SECONDS > time() ) { + if ( $first_activation_date + 2*WEEK_IN_SECONDS > time() ) { return; }