Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created December 28, 2017 15:57
Show Gist options
  • Select an option

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

Select an option

Save Pavracer/d104d5e5d434973ab12d7931ab5ee26e to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("section#comment-wrap h3#reply-title span").text('your_text');
jQuery("section#comment-wrap button#et_pb_submit").text('button_text');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment