Skip to content
New issue

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

give_get_field_description() needs to take into account $field['desc'] usage #1668

Closed
DevinWalker opened this issue May 5, 2017 · 0 comments
Assignees
Milestone

Comments

@DevinWalker
Copy link
Member

Issue Overview

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

Expected Behavior

Both desc and description output.

Current Behavior

Only description in full works.

@DevinWalker DevinWalker added this to the 1.8.8 milestone May 5, 2017
@DevinWalker DevinWalker self-assigned this May 5, 2017
DevinWalker pushed a commit that referenced this issue May 5, 2017
Added additional conditional check for $field[‘desc’] #1668
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant