Ticket #7792: xmlrpc.php.diff
File xmlrpc.php.diff, 494 bytes (added by , 17 years ago) |
---|
-
xmlrpc.php
988 988 $comment_status = 'hold'; 989 989 else if ( 'spam' == $comment->comment_approved ) 990 990 $comment_status = 'spam'; 991 else if ( 1 == $comment->comment_approved ) 992 $comment_status = 'approve'; 991 993 else 992 $comment_status = 'approve';994 $comment_status = $comment->comment_approved; 993 995 994 996 $link = get_comment_link($comment); 995 997