Changeset 9112 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 10/09/2008 07:37:05 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r9025 r9112 45 45 <div id="respond"> 46 46 47 <h3> Leave a Reply</h3>47 <h3><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3> 48 48 49 <div id="cancel-comment-reply" style="display: none;">50 <small><?php echo cancel_comment_reply_link()?></small>49 <div class="cancel-comment-reply"> 50 <small><?php cancel_comment_reply_link(); ?></small> 51 51 </div> 52 52 … … 80 80 <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> 81 81 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 82 < input type="hidden" name="comment_parent" id="comment-parent" value="0" />82 <?php comment_parent_field(); ?> 83 83 </p> 84 84 <?php do_action('comment_form', $post->ID); ?>
Note: See TracChangeset
for help on using the changeset viewer.