From 6ac50faaa24e540baded894f492fb24367aea796 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 May 2014 02:13:27 -0700 Subject: doc updates --- doc/html/items_8php.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 8683450e7..24d268052 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -126,6 +126,8 @@ Functions    red_unescape_codeblock ($m)   + red_zrlify_img_callback ($matches) +   post_activity_item ($arr)    get_public_feed ($channel, $params) @@ -1556,6 +1558,22 @@ Functions

red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't. Remove any existing zid= param which may have been pasted by mistake - and will have the author's credentials. zid's are dynamic and can't really be passed around like that.

+
+ + +
+
+ + + + + + + + +
red_zrlify_img_callback ( $matches)
+
+
-- cgit v1.2.3 From 626eab99f8affc59f3578dabf4fd2ad97abd62e4 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 May 2014 14:52:55 -0700 Subject: add profile photo app because it is sometimes hard to find. Also doc updates --- doc/html/items_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 24d268052..e0d8563b3 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -158,9 +158,9 @@ Functions    encode_item_terms ($terms)   - termtype ($t) + termtype ($t)   - decode_tags ($t) + decode_tags ($t)    activity_sanitise ($arr)   -- cgit v1.2.3