Update 1.0.58

This commit is contained in:
ultimatemember
2015-02-17 00:51:40 +02:00
parent 60943d9695
commit 251f7b0ef7
14 changed files with 79 additions and 35 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class UM_Form {
if ( $form_timestamp == '' )
wp_die( __('Hello, spam bot!') );
if ( $live_timestamp - $form_timestamp < 5 )
if ( $live_timestamp - $form_timestamp < 3 )
wp_die( __('Whoa, slow down! You\'re seeing this message because you tried to submit a form too fast and we think you might be a spam bot. If you are a real human being please wait a few seconds before submitting the form. Thanks!') );
}