Closed klemens-st closed 4 years ago
Code Climate has analyzed commit 1598df7e and detected 0 issues on this pull request.
View more on Code Climate.
I couldn't reproduce the issue with the widget, but the code looks good :+1:
It only happens if you don't have the list-categogy-posts
directory in your theme and you visit the widget admin area.
When I was refactoring things in #411 I forgot that the widget admin panel scans for templates.
Re-added an
is_dir
check so that PHP doesn't complain about non existent directories.