Close #2028 - Increase priority on comments_template filter

This commit is contained in:
Ben Word
2018-04-25 12:18:52 -06:00
parent d3d45d5901
commit 634aec9641

View File

@@ -67,4 +67,4 @@ add_filter('comments_template', function ($comments_template) {
$comments_template
);
return template_path(locate_template(["views/{$comments_template}", $comments_template]) ?: $comments_template);
});
}, 100);