From 634aec96410e1f807a46cd1d1fb86a89a0e60c51 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 25 Apr 2018 12:18:52 -0600 Subject: [PATCH] Close #2028 - Increase priority on comments_template filter --- app/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/filters.php b/app/filters.php index 99692668..57a6726f 100644 --- a/app/filters.php +++ b/app/filters.php @@ -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);