Revert "Final filter that renders template should have PHP_INT_MAX priority."

This reverts commit a9d2541632.
This commit is contained in:
Daniel Mejta
2018-09-05 00:46:31 +02:00
parent 62d8c6f2a5
commit 844d42335f

View File

@@ -84,7 +84,7 @@ add_filter('comments_template', function ($comments_template) {
} }
return $comments_template; return $comments_template;
}, PHP_INT_MAX); }, 100);
/** /**
* Render WordPress searchform using Blade * Render WordPress searchform using Blade