diff options
author | friendica <info@friendica.com> | 2013-04-18 17:55:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-18 17:55:35 -0700 |
commit | db038c56542f7fb9658c3b7a703e50efe7823014 (patch) | |
tree | b0f0af805f46209406ccfed3969718f5d414ed35 /mod/post.php | |
parent | ba1cb0bb059bfcd20ec2a14b70c4a79b4a222977 (diff) | |
download | volse-hubzilla-db038c56542f7fb9658c3b7a703e50efe7823014.tar.gz volse-hubzilla-db038c56542f7fb9658c3b7a703e50efe7823014.tar.bz2 volse-hubzilla-db038c56542f7fb9658c3b7a703e50efe7823014.zip |
turn naked links in posts into zrl's if we've got a hubloc for the site
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/post.php b/mod/post.php index 5919ed2b4..5ec7eabca 100644 --- a/mod/post.php +++ b/mod/post.php @@ -1,4 +1,4 @@ -<?php +<?php /** @file */ /** * Zot endpoint |