Ticket #13835: getcommentmeta.diff
File getcommentmeta.diff, 462 bytes (added by , 14 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 1012 1012 "author_email" => $comment->comment_author_email, 1013 1013 "author_ip" => $comment->comment_author_IP, 1014 1014 "type" => $comment->comment_type, 1015 "comment_meta" => get_comment_meta($comment_id), 1015 1016 ); 1016 1017 1017 1018 return $comment_struct;