diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-15 18:49:08 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-15 18:49:08 -0700 |
commit | 9b87940ed2bf8cd7c80337d224d390f1bcb379e9 (patch) | |
tree | 0a03c63fd75b1a42d4755c937b5d704e09a00ad2 /include/text.php | |
parent | 8000d6b5d4de2e11de2413990dc5c0e1a7f9c1e5 (diff) | |
download | volse-hubzilla-9b87940ed2bf8cd7c80337d224d390f1bcb379e9.tar.gz volse-hubzilla-9b87940ed2bf8cd7c80337d224d390f1bcb379e9.tar.bz2 volse-hubzilla-9b87940ed2bf8cd7c80337d224d390f1bcb379e9.zip |
remove easter egg
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 7 |
1 files changed, 0 insertions, 7 deletions
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 |