Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 7th, 2010 | Syntax: PHP | Size: 0.47 KB | Hits: 171 | Expires: Never
Copy text to clipboard
  1. /* comment-rating.php */
  2.  
  3. -   else if ( ((int)$arr[2] - (int)$arr[1])>= (int)get_option('ckrating_negative') &&
  4. -             ! ($ck_author_name == $ck_comment_author || $ck_comment_author == 'admin')
  5. -           )
  6. -   {
  7.       $content = '<p>'.__('Hidden due to','ckrating').' '.__('low','ckrating');
  8.  
  9.  
  10. +   else if ( ((int)$arr[2] - (int)$arr[1])>= (int)get_option('ckrating_negative') ) {
  11.       $content = '<p>'.__('Hidden due to','ckrating').' '.__('low','ckrating');