Changeset 12148 for trunk/wp-comments-post.php
- Timestamp:
- 11/05/2009 09:03:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r11383 r12148 30 30 } elseif ( in_array($status->post_status, array('draft', 'pending') ) ) { 31 31 do_action('comment_on_draft', $comment_post_ID); 32 exit; 33 } elseif ( 'trash' == $status->post_status ) { 34 do_action('comment_on_trash', $comment_post_ID); 32 35 exit; 33 36 } else {
Note: See TracChangeset
for help on using the changeset viewer.