comment_type ) { case '': ?>
' . sprintf( __( 'You must be logged in to post a comment.', THEMENAME ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', THEMENAME ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'comment_notes_before' => '' . __( 'Your email address will not be published.', THEMENAME ) . ( $req ? $required_text : '' ) . '
', 'comment_notes_after' => '', 'id_form' => 'arixwp_commentForm', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', THEMENAME ), 'title_reply_to' => __( 'Leave a Reply to %s', THEMENAME ), 'cancel_reply_link' => __( 'Cancel reply', THEMENAME ), 'label_submit' => __( 'Comment', THEMENAME ), ); $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) ); if ( comments_open() ) { do_action( 'comment_form_before' ); echo '
by