Skip to:
Content

bbPress.org

Ticket #3400: 3400.diff

File 3400.diff, 862 bytes (added by cfinke, 4 years ago)
  • src/includes/extend/akismet.php

     
    308308                        'comment_author_email' => $_post->post_author ? get_the_author_meta( 'email',        $_post->post_author ) : get_post_meta( $post_id, '_bbp_anonymous_email',   true ),
    309309                        'comment_author_url'   => $_post->post_author ? bbp_get_user_profile_url(            $_post->post_author ) : get_post_meta( $post_id, '_bbp_anonymous_website', true ),
    310310                        'comment_content'      => $_post_content,
    311                         'comment_date'         => $_post->post_date,
     311                        'comment_date_gmt'     => $_post->post_date_gmt,
    312312                        'comment_ID'           => $post_id,
    313313                        'comment_post_ID'      => $_post->post_parent,
    314314                        'comment_type'         => $_post->post_type,