Close #2028 - Increase priority on comments_template filter

This commit is contained in:
Ben Word
2018-04-25 12:18:52 -06:00
parent 061d3ad700
commit 571c49f698

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);