Changeset 7917
- Timestamp:
- 05/12/2008 04:14:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r7912 r7917 735 735 case 'approve': 736 736 $query = $wpdb->prepare("UPDATE $wpdb->comments SET comment_approved='1' WHERE comment_ID = %d LIMIT 1", $comment_id); 737 if ( get_option( 'comments_notify' ) == true ) 738 wp_notify_postauthor( $comment_id ); 737 739 break; 738 740 case 'spam':
Note: See TracChangeset
for help on using the changeset viewer.