Changeset 14473
- Timestamp:
- 05/06/2010 03:38:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r14086 r14473 38 38 do_action('comment_on_trash', $comment_post_ID); 39 39 exit; 40 } elseif ( !$status_obj->public ) {40 } elseif ( !$status_obj->public && !$status_obj->private ) { 41 41 do_action('comment_on_draft', $comment_post_ID); 42 42 exit;
Note: See TracChangeset
for help on using the changeset viewer.