Ticket #3400: 3400.diff
File 3400.diff, 862 bytes (added by , 4 years ago) |
---|
-
src/includes/extend/akismet.php
308 308 'comment_author_email' => $_post->post_author ? get_the_author_meta( 'email', $_post->post_author ) : get_post_meta( $post_id, '_bbp_anonymous_email', true ), 309 309 'comment_author_url' => $_post->post_author ? bbp_get_user_profile_url( $_post->post_author ) : get_post_meta( $post_id, '_bbp_anonymous_website', true ), 310 310 'comment_content' => $_post_content, 311 'comment_date ' => $_post->post_date,311 'comment_date_gmt' => $_post->post_date_gmt, 312 312 'comment_ID' => $post_id, 313 313 'comment_post_ID' => $_post->post_parent, 314 314 'comment_type' => $_post->post_type,