Skip to content

Instantly share code, notes, and snippets.

@pmgllc
Created April 17, 2012 21:02
Show Gist options
  • Save pmgllc/2409033 to your computer and use it in GitHub Desktop.
Save pmgllc/2409033 to your computer and use it in GitHub Desktop.
Genesis - Reword Speak Your Mind
// Modify the speak your mind text
add_filter( 'genesis_comment_form_args', 'pmg_comment_form_args' );
function pmg_comment_form_args($args) {
$args['title_reply'] = 'Leave a Comment';
return $args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment