Esempio n. 1
0
                ?>
</small></label></p>

<?php 
            }
            ?>

<!--<p><small><?php 
            printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'WATS'), allowed_tags());
            ?>
</small></p>-->

<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p><br />

<?php 
            wats_ticket_details_meta_box($post);
            ?>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php 
            _e('Submit update', 'WATS');
            ?>
" />
<?php 
            comment_id_fields();
            ?>
</p>
<?php 
            do_action('comment_form', $post->ID);
            ?>

</form>
Esempio n. 2
0
function wats_comment_form_after_fields($args)
{
    global $post;
    wats_ticket_details_meta_box($post);
    return $args;
}