get_trackback_url()
%1$s %2$s
' . '' . __( 'Name' ) . ( $req ? ' *' : '' ) . ' ' . '
' . __( 'Email' ) . ( $req ? ' *' : '' ) . ' ' . '
' . __( 'Website' ) . ' ' . '
' . '' . __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '
' . _x( 'Comment', 'noun' ) . '
' . sprintf( /* translators: %s: login URL */ __( 'You must be logged in to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ), $post_id ) ) ) . '
' . sprintf( /* translators: 1: edit user link, 2: accessibility text, 3: user name, 4: logout URL */ __( 'Logged in as %3$s. Log out?' ), get_edit_user_link(), /* translators: %s: user name */ esc_attr( sprintf( __( 'Logged in as %s. Edit your profile.' ), $user_identity ) ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ), $post_id ) ) ) . '
' . __( 'Your email address will not be published.' ) . '' . ( $req ? $required_text : '' ) . '