Skip to content

Instantly share code, notes, and snippets.

@chasereeves
Created April 8, 2012 18:47
Show Gist options
  • Select an option

  • Save chasereeves/2339127 to your computer and use it in GitHub Desktop.

Select an option

Save chasereeves/2339127 to your computer and use it in GitHub Desktop.
Customize thesis comment intro
function replace_comments_intro($content, $number) {
$content = "Comment & Add Your Voice\n";
return $content;
}
add_filter('thesis_comments_intro', 'replace_comments_intro');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment