From 9b87940ed2bf8cd7c80337d224d390f1bcb379e9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 15 Aug 2017 18:49:08 -0700 Subject: remove easter egg --- include/text.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 5af4f1b67..dd2dc7620 100644 --- a/include/text.php +++ b/include/text.php @@ -2401,13 +2401,6 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d //...do nothing 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) { //base tag has the tags name only -- cgit v1.2.3