Changeset 36119 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/29/2015 05:53:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r36115 r36119 1803 1803 1804 1804 // Only send notifications for approved comments. 1805 if ( ! isset( $comment->comment_approved ) || ' spam' === $comment->comment_approved || !$comment->comment_approved ) {1805 if ( ! isset( $comment->comment_approved ) || '1' != $comment->comment_approved ) { 1806 1806 return false; 1807 1807 }
Note: See TracChangeset
for help on using the changeset viewer.