Ticket #1115: (default)comments.php.diff
File (default)comments.php.diff, 557 bytes (added by , 20 years ago) |
---|
-
comments.php
92 92 93 93 <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> 94 94 95 <?php do_action('comment_form', $post->ID); ?> 96 95 97 <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> 96 98 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 97 99 </p> 98 <?php do_action('comment_form', $post->ID); ?>99 100 100 101 </form> 101 102