Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created December 11, 2013 23:03
Show Gist options
  • Save AmeliaBriscoe/7920152 to your computer and use it in GitHub Desktop.
Save AmeliaBriscoe/7920152 to your computer and use it in GitHub Desktop.
Customize the Thesis 2.1 Comment Intro Title Text
/* Customize the comment intro text */
function comment_intro_replace($text) {
return $text='Don\'t be shy, <a href="#commentform">add one of your own</a>';
}
add_filter('thesis_comments_intro','comment_intro_replace');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment