diff --git a/app/filters.php b/app/filters.php index 91f5e0c..60ef08f 100644 --- a/app/filters.php +++ b/app/filters.php @@ -84,7 +84,7 @@ add_filter('comments_template', function ($comments_template) { } return $comments_template; -}, PHP_INT_MAX); +}, 100); /** * Render WordPress searchform using Blade