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

This reverts commit 68f8d9791d.
This commit is contained in:
Daniel Mejta
2018-09-05 00:46:31 +02:00
parent b16e619da6
commit 190e828cfd

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