Revert "Final filter that renders template should have PHP_INT_MAX priority."
This reverts commit 68f8d9791d.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user