'ol', 'callback' => 'tw_commentlist', ) ); ?>

'commentform', 'id_submit' => 'comment-submit', 'title_reply' => __( 'Leave a Comment', 'themeweave' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'themeweave' ), 'cancel_reply_link' => __( 'Cancel Reply', 'themeweave' ), 'label_submit' => __( 'Post Comment', 'themeweave' ), 'comment_field' => '

', 'must_log_in' => '

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

', 'logged_in_as' => '

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

', 'comment_notes_before' => ( tw_get_option('comment_before') != '' ) ? '

'.tw_get_option('comment_before').'

' : '', 'comment_notes_after' => ( tw_get_option('comment_after') != '' ) ? '

'.tw_get_option('comment_after').'

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

', 'email' => '

', 'url' => '

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