remove easter egg
This commit is contained in:
parent
8000d6b5d4
commit
9b87940ed2
@ -2401,13 +2401,6 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
|
|||||||
//...do nothing
|
//...do nothing
|
||||||
return $replaced;
|
return $replaced;
|
||||||
}
|
}
|
||||||
if($tag == '#getzot') {
|
|
||||||
$basetag = 'getzot';
|
|
||||||
$url = 'http://hubzilla.org';
|
|
||||||
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
|
|
||||||
$body = str_replace($tag,$newtag,$body);
|
|
||||||
$replaced = true;
|
|
||||||
}
|
|
||||||
if(! $replaced) {
|
if(! $replaced) {
|
||||||
|
|
||||||
//base tag has the tags name only
|
//base tag has the tags name only
|
||||||
|
Reference in New Issue
Block a user