Recent Posts
PHP | 20 sec ago
None | 30 sec ago
Pixel Bender | 39 sec ago
C# | 42 sec ago
None | 1 min ago
SQL | 1 min ago
None | 1 min ago
Bash | 1 min ago
None | 1 min ago
None | 1 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 8th of Feb 2010 01:41:03 AM
Download |
Raw |
Embed |
Report
/* comment-rating.php */
- else if ( ((int)$arr[2] - (int)$arr[1])>= (int)get_option('ckrating_negative') &&
- ! ($ck_author_name == $ck_comment_author || $ck_comment_author == 'admin')
- )
- {
$content = '<p>'.__('Hidden due to','ckrating').' '.__('low','ckrating');
+ else if ( ((int)$arr[2] - (int)$arr[1])>= (int)get_option('ckrating_negative') ) {
$content = '<p>'.__('Hidden due to','ckrating').' '.__('low','ckrating');
Submit a correction or amendment below.
Make A New Post