thesis_comments_link_closed
Description
Can be used to change the “Comments on this entry are closed” text which appears in place of the default link to comments when these are closed on the post; this is the message which would appear on index, archives, and other pages where multiple posts are listed.
Example
function my_comments_link_closed() {
return "Comments Closed!";
}
add_filter('thesis_comments_link_closed', 'my_comments_link_closed');
History
- This filter was added in version 1.7.