1 && get_option( 'page_comments' ) ) : ?>
    'MA8_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply' , 'MA8' ), 'title_reply_to' => __( 'Leave a Reply to %s' , 'MA8' ), 'cancel_reply_link' => __( 'Cancel Reply' , 'MA8' ), 'label_submit' => __( 'Submit' , 'MA8' ), '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' => '', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . '

', 'email' => '

' . '

', 'url' => '

' . '

' ) ), ); echo '
'; comment_form( $custom_args ); echo '
'; ?>