'

' . '

', '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' => false, 'comment_notes_after' => false, 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . ( $req ? '' : '' ), 'email' => '

' . ( $req ? '' : '' ), 'url' => '

' . __( '', 'domainreference' ), ) ), ); comment_form($comments_args); ?>