Changeset 30754 for trunk/src/wp-includes/theme-compat/comments.php
- Timestamp:
- 12/06/2014 09:31:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/comments.php
r25672 r30754 92 92 <?php comment_id_fields(); ?> 93 93 </p> 94 <?php do_action('comment_form', $post->ID); ?> 94 <?php 95 /** This filter is documented in wp-includes/comment-template.php */ 96 do_action( 'comment_form', $post->ID ); 97 ?> 95 98 96 99 </form>
Note: See TracChangeset
for help on using the changeset viewer.