Changeset 1855
- Timestamp:
- 11/15/04 17:09:30 (4 years ago)
- Files:
-
- trunk/wp-comments-popup.php (modified) (1 diff)
- trunk/wp-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-popup.php
r1768 r1855 86 86 <input name="submit" type="submit" tabindex="5" value="<?php _e("Say It!"); ?>" /> 87 87 </p> 88 <?php do_action('comment_form', $post->ID); ?> 88 89 </form> 89 90 <?php } else { // comments are closed ?> trunk/wp-comments.php
r1768 r1855 64 64 <input name="submit" id="submit" type="submit" tabindex="5" value="<?php _e('Say It!'); ?>" /> 65 65 </p> 66 <?php do_action('comment_form', $post->ID); ?> 66 67 </form> 67 68
