Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7305473 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7305473 to your computer and use it in GitHub Desktop.
Change Comment is Awaiting Moderation Text
//Change Comment is Awaiting Moderation Text*http://goo.gl/BdY3R1//
add_filter( 'genesis_comment_awaiting_moderation', 'change_genesis_comment_awaiting_moderation' );
function change_genesis_comment_awaiting_moderation() {
return 'Thanks for the Comment. It is waiting for approval. Meanwhile visit the other section.';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment