Changeset 10684
- Timestamp:
- 03/02/2009 10:42:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r9781 r10684 53 53 } 54 54 } else { 55 if ( get_option('comment_registration') )55 if ( get_option('comment_registration') || 'private' == $status->post_status ) 56 56 wp_die( __('Sorry, you must be logged in to post a comment.') ); 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.