Browse Source

Update inc/functions.php

Hide Referrer (nullrefer.com)
pull/40/head
szalej 11 years ago
committed by Michael Foster
parent
commit
220609999a
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1385,7 +1385,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) {

Loading…
Cancel
Save