Rename $config['url_ads'] to $config['link_prefix']

This commit is contained in:
Michael Foster 2013-07-31 03:43:01 -04:00
parent 51efd817c8
commit 18516ff828
2 changed files with 3 additions and 5 deletions

View file

@ -1385,7 +1385,7 @@ function markup_url($matches) {
$markup_urls[] = $url;
return '<a target="_blank" rel="nofollow" href="'. $config['url_ads'] . $url . '">' . $url . '</a>' . $after;
return '<a target="_blank" rel="nofollow" href="'. $config['link_prefix'] . $url . '">' . $url . '</a>' . $after;
}
function unicodify($body) {