Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 14, 2017 19:46
Show Gist options
  • Select an option

  • Save Pavracer/e532669c1cb45f3f3f96424b5bd7808a to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/e532669c1cb45f3f3f96424b5bd7808a to your computer and use it in GitHub Desktop.
comment_module_submit_button
<script>
jQuery( document ).ready(function() {
jQuery('form#commentform button#et_pb_submit').text('Talk to me');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment