' . ' ' . ( $req ? '*' : '' ) . '
', 'email' => '' . ( $req ? '*' : '' ) . '
', 'url' => '' . '
', ); $fields = array( 'fields' => apply_filters( 'comment_form_default_fields', $normal_fields ), 'comment_field' => '', 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.', '25thweek' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', '25thweek' ), 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.', '25thweek' ) . ( $req ? $required_text : '' ) . '
', 'comment_notes_after' => '' . sprintf( __( 'You may use these HTML tags and attributes: %s', '25thweek' ), ' ' . allowed_tags() . '' ) . '