Advertisement
darrenbachan

Untitled

Jun 3rd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.61 KB | None | 0 0
  1. $comments_args = array(
  2.         // change the title of send button
  3.         'label_submit'=>'Send',
  4.         // change the title of the reply section
  5.         'title_reply'=>'Write a Reply or Comment',
  6.         // remove "Text or HTML to be displayed after the set of comment fields"
  7.         'comment_notes_after' => '',
  8.         // redefine your own textarea (the comment body)
  9.         'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><br /><textarea id="comment" name="comment" aria-required="true"></textarea></p>',
  10. );
  11.  
  12. comment_form($comments_args);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement