Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //* Modify the 'Leave a Reply' title in comments
  2. add_filter( 'comment_form_defaults', 'topleague_comment_form_defaults' );
  3. function topleague_comment_form_defaults( $defaults ) {
  4.  
  5. $defaults['title_reply'] = __( 'Share Your Thoughts' );
  6. return $defaults;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement