- Issue created by @mortona2k
This line in views_delimited_list.module:48 is not working correctly:
if (class_exists('ViewsDelimitedListStyle')) is returning false.
Should be (class_exists(ViewsDelimitedListStyle::class)).
But even with this, the template is not in use. The way it's adding to theme_hook_suggestions does not seem correct.
Active
3.0
Code