Close #2028 - Increase priority on comments_template filter
This commit is contained in:
@@ -67,4 +67,4 @@ add_filter('comments_template', function ($comments_template) {
|
|||||||
$comments_template
|
$comments_template
|
||||||
);
|
);
|
||||||
return template_path(locate_template(["views/{$comments_template}", $comments_template]) ?: $comments_template);
|
return template_path(locate_template(["views/{$comments_template}", $comments_template]) ?: $comments_template);
|
||||||
});
|
}, 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user