From 571c49f698cf54a089677452ead6656eff498491 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 9969266..57a6726 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);