Changeset 6716 for trunk/wp-comments-post.php
- Timestamp:
- 02/04/2008 08:27:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r5777 r6716 17 17 do_action('comment_id_not_found', $comment_post_ID); 18 18 exit; 19 } elseif ( 'closed' == $status->comment_status) {19 } elseif ( !comments_open($comment_post_ID) ) { 20 20 do_action('comment_closed', $comment_post_ID); 21 21 wp_die( __('Sorry, comments are closed for this item.') );
Note: See TracChangeset
for help on using the changeset viewer.