' . __( 'Required fields are marked *. Your email address will not be published.', 'tdwowbiscaya') .'
', 'comment_notes_after' => '', 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.', 'tdwowbiscaya' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', 'tdwowbiscaya' ),admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
', ); comment_form( $comments_args ); ?>