Changeset 23294 for trunk/wp-includes/pluggable.php
- Timestamp:
- 01/08/2013 04:03:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r23228 r23294 992 992 $author = get_userdata( $post->post_author ); 993 993 994 // The post author is no longer a member of the blog 995 if ( ! is_user_member_of_blog( $post->post_author ) ) 996 return false; 997 994 998 // The comment was left by the author 995 999 if ( $comment->user_id == $post->post_author )
Note: See TracChangeset
for help on using the changeset viewer.