We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several add-ons don't use the full work description within the field's params but rather desc. The give_get_field_description() function should check for both . Currently it only checks for the description array key. https://github.com/WordImpress/Give/blob/master/includes/admin/give-metabox-functions.php#L759
description
desc
give_get_field_description()
Both desc and description output.
Only description in full works.
The text was updated successfully, but these errors were encountered:
Added additional conditional check for $field[‘desc’] #1668
2c7c689
Merge pull request #1669 from WordImpress/issue/1668
b1a7860
DevinWalker
No branches or pull requests
Issue Overview
Several add-ons don't use the full work
description
within the field's params but ratherdesc
. Thegive_get_field_description()
function should check for both . Currently it only checks for thedescription
array key. https://github.com/WordImpress/Give/blob/master/includes/admin/give-metabox-functions.php#L759Expected Behavior
Both
desc
anddescription
output.Current Behavior
Only
description
in full works.The text was updated successfully, but these errors were encountered: