Skip to content

Commit

Permalink
UPDATED: Settings naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Gittings committed Apr 2, 2019
1 parent 16e6bcd commit 134dd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbk_forms/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
$this->require_version('mbk_forms', '2.0');

$this->add_setting('mbk_forms_recaptcha_secret_key', 'Recaptcha secret key', 'text', '');
$this->add_setting('mbk_forms_honeypot_name', 'Honeypot field name', 'text', '');
$this->add_setting('mbk_forms_honeypot_name', 'Honeypot field ID', 'text', '');
}

0 comments on commit 134dd6a

Please sign in to comment.