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

support hierarchical indentation in select element. #11

Merged
merged 1 commit into from
Aug 18, 2017

Conversation

figureone
Copy link
Contributor

Current codebase doesn't support indentation in the select dropdown for hierarchical taxonomies. For example, consider the following taxonomy:

Term 1
Subterm 1.a
Subterm 1.b
Term 2

Select dropdown will show up as:
Term 1
Subterm 1.a
Subterm 1.b
Term 2

This pull request mimics class Walker_CategoryDropdown from WordPress core to add indentation.

@jtsternberg jtsternberg merged commit 2579853 into WebDevStudios:master Aug 18, 2017
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

Successfully merging this pull request may close these issues.

2 participants