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

Does not work on Quick Edit screen #16

Open
tonykim5 opened this issue Apr 21, 2016 · 3 comments
Open

Does not work on Quick Edit screen #16

tonykim5 opened this issue Apr 21, 2016 · 3 comments

Comments

@tonykim5
Copy link

Terms are displayed as checkboxes instead of radios when using Quick Edit.

However, radios are correctly displayed when using Bulk Edit.

@brknkfr
Copy link
Contributor

brknkfr commented Jul 17, 2016

Fix: #17

@jorisvm
Copy link

jorisvm commented Sep 14, 2016

Change line: 438 in class.taxonomy.single-term.php to:

var $editRow = $this.parents( 'tr' ).next().next();

Works for me in WordPress 4.61

@SamuelChuck
Copy link

I have 2 issues with this code
No.1
The fix doesn't work in WordPress 5.5.1 as it throws an error
Parse error: syntax error, unexpected 'var' (T_VAR) in S:\xampp\htdocs\wp-content\plugins\webt\lib\classes\class-taxonomy-single-term.php on line 438
How do I fix this?

No.2
Without the fix it works fine when I use the quick edit but when I use the Bulk actions -> Edit it removes the taxonomy from all the post selected leaving them without any term (empty)
Screenshot (2)

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

4 participants