- fix honeypot js

This commit is contained in:
andrewshuba
2020-03-02 13:38:36 +02:00
parent e0e6030b46
commit 75a04aaa85
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ if ( ! class_exists( 'UM' ) ) {
}
$this->is_filtering = 0;
$this->honeypot = 'request';
$this->honeypot = 'um_request';
// textdomain loading
$this->localize();