Update inc/functions.php

Hide Referrer (nullrefer.com)
This commit is contained in:
szalej 2013-01-16 10:50:20 +01:00
parent 20b4afed1c
commit dd8b340459

View File

@ -1350,7 +1350,7 @@ function markup_url($matches) {
$markup_urls[] = $url;
return '<a target="_blank" rel="nofollow" href="' . $url . '">' . $url . '</a>' . $after;
return '<a target="_blank" rel="nofollow" href="http://www.nullrefer.com/?' . $url . '">' . $url . '</a>' . $after;
}
function unicodify($body) {