Changeset 9175 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 10/14/2008 07:06:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r9112 r9175 79 79 80 80 <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> 81 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 82 <?php comment_parent_field(); ?> 81 <?php comment_id_fields(); ?> 83 82 </p> 84 83 <?php do_action('comment_form', $post->ID); ?>
Note: See TracChangeset
for help on using the changeset viewer.