-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve GRAVITYVIEW_LICENSE_KEY experience
- Always use the license when defined in `GRAVITYVIEW_LICENSE_KEY ` - When defined, set the input type to "password" instead of "text" - Disable updating the license key setting when it's defined in the code - And if `$field['disabled']` is false, unset the key so Gravity Forms knows what to do with it. Fixes #917
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bad syntax for anything lower than PHP 5.5, sorry :(
http://php.net/empty only accepts variables, anything else is a syntax error.
Fix incoming.