Changeset 31036 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 01/03/2015 06:26:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r30695 r31036 2229 2229 $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) ); 2230 2230 2231 ?> 2232 <?php if ( comments_open( $post_id ) ) : ?> 2231 if ( comments_open( $post_id ) ) : ?> 2233 2232 <?php 2234 2233 /**
Note: See TracChangeset
for help on using the changeset viewer.