Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Feb 7th, 2010  |  syntax: PHP  |  size: 0.47 KB  |  hits: 174  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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');