Advertisement
Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function(){
  3. if(jQuery('.post-meta p').length !== 0)
  4. jQuery('.post-meta p').html(jQuery('.post-meta p').html().replace('0 Comments','Leave A Comment'));
  5. });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement