'
', 'email' => '' . ( $req ? '*' : '' ) . '
', 'url' => '' . '
', ); $required_text = sprintf( ' ' . __('Required fields are marked %s', 'anaglyph-lite'), '*' ); $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '', 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.', 'anaglyph-lite' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', 'anaglyph-lite' ), 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.', 'anaglyph-lite' ) . ( $req ? $required_text : '' ) . '
', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'anaglyph-lite' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'anaglyph-lite' ), 'cancel_reply_link' => __( 'Cancel reply', 'anaglyph-lite' ), 'label_submit' => __( 'Post Comment', 'anaglyph-lite' ), ); $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) ); ?>