Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created December 11, 2013 23:06
Show Gist options
  • Save AmeliaBriscoe/7920187 to your computer and use it in GitHub Desktop.
Save AmeliaBriscoe/7920187 to your computer and use it in GitHub Desktop.
Edit the 'comments for this page are closed' text so that it doesn't appear
/* Edit the closed comments message */
function no_closed_msg($text) {
return $text='';
}
add_filter('thesis_comments_intro_closed','no_closed_msg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment