HierCatWidget missing closing DIV
-
Hello,
Thanks for this plugin. It’s been very helpful. However, there is a bug on line 457 of hierpage.php in version 1.6 of the plugin. The call to the $after_widget value isn’t being called as a value of the $args array and thus it isn’t being displayed. This makes the widget DIV not close properly and cause rendering rendering issues.
Currently, line 457 looks like this:
print "</ul>{$after_widget}";
It should read:
print "</ul>{$args['after_widget']}";
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HierCatWidget missing closing DIV’ is closed to new replies.