Advertisement
shmaltorhbooks

Untitled

Jun 28th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.62 KB | None | 0 0
  1. $fields =  array(
  2.     'author' => '<p class="comment-form-author">'  .
  3.                 '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30"' . $aria_req . ' /></p>',
  4.     'email'  => '<p class="comment-form-email">' .
  5.                 '<input id="email" name="email" type="text" value="' . esc_attr(  $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' /></p>',
  6.     'url'    => '<p class="comment-form-url">' .
  7.                 '<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /></p>',
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement