Editing categories appears to be broken in 4.7.x+
The problem is that the scripts are not enqueued on the correct set of pages. To fix this, line 199 needs to be changed to:
if( is_admin() ) {
-
This topic was modified 7 years, 8 months ago by drigodwin.