Comments

 
'commentform', 'id_submit' => 'submit', 'title_reply' => 'Leave a Reply', 'title_reply_to' => 'Leave a Reply to %s', 'cancel_reply_link' => 'Cancel Reply', 'label_submit' => 'Send', 'comment_field' => '
', 'must_log_in' => '

' . sprintf( 'You must be logged in to post a comment.', wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'logged_in_as' => '

' . sprintf( 'Logged in as %2$s. log out?' , admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '

Your mail address will not be published.

', 'comment_notes_after' => '

' . sprintf( 'You may use these HTML tags and atributes: %s' , ' ' . allowed_tags() . '' ) . '

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . '

' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

' ) ), ); comment_form($args); ?>

Sorry, no comments allowed for this post