Changeset 11450 for trunk/wp-includes/pluggable.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r11387 r11450 955 955 956 956 if ( $comment->user_id == $post->post_author ) return false; // The author moderated a comment on his own post 957 957 958 958 if ('' == $user->user_email) return false; // If there's no email to send the comment to 959 959
Note: See TracChangeset
for help on using the changeset viewer.