Changeset 13937 for trunk/wp-includes/comment.php
- Timestamp:
- 04/02/2010 05:01:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r13829 r13937 1276 1276 1277 1277 if ( get_option('comments_notify') && $commentdata['comment_approved'] && ( ! isset( $commentdata['user_id'] ) || $post->post_author != $commentdata['user_id'] ) ) 1278 wp_notify_postauthor($comment_ID, $commentdata['comment_type']);1278 wp_notify_postauthor($comment_ID, empty( $commentdata['comment_type'] ) ? $commentdata['comment_type'] : '' ); 1279 1279 } 1280 1280
Note: See TracChangeset
for help on using the changeset viewer.