- changed time for first activation review notice;

This commit is contained in:
nikitozzzzzzz
2018-10-02 09:26:06 +03:00
parent c226904827
commit 1fb0ed2309
+1 -1
View File
@@ -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;
}