Ticket #13835: getcommentmeta.diff

File getcommentmeta.diff, 462 bytes (added by nprasath002, 2 years ago)
  • (a) Base vs. (b) Locally

    # This patch file was generated by NetBeans IDE
    # It uses platform neutral UTF-8 encoding and \n newlines.
    a b  
    10121012                        "author_email"                  => $comment->comment_author_email, 
    10131013                        "author_ip"                             => $comment->comment_author_IP, 
    10141014                        "type"                                  => $comment->comment_type, 
     1015                        "comment_meta"                      => get_comment_meta($comment_id), 
    10151016                ); 
    10161017 
    10171018                return $comment_struct;