Changeset 21597 for trunk/wp-includes/comment.php
- Timestamp:
- 08/23/2012 08:01:10 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r21570 r21597 1372 1372 wp_notify_moderator($comment_ID); 1373 1373 1374 $post = &get_post($commentdata['comment_post_ID']); // Don't notify if it's your own comment1374 $post = get_post($commentdata['comment_post_ID']); // Don't notify if it's your own comment 1375 1375 1376 1376 if ( get_option('comments_notify') && $commentdata['comment_approved'] && ( ! isset( $commentdata['user_id'] ) || $post->post_author != $commentdata['user_id'] ) )
Note: See TracChangeset
for help on using the changeset viewer.