From 452d275b5ee4575e6c763076b397e1cd2320c4bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 12 Dec 2014 00:26:07 -0800 Subject: don't import to sys channel from self-censored authors --- doc/html/item_8php.html | 66 ------------------------------------------------- 1 file changed, 66 deletions(-) (limited to 'doc/html/item_8php.html') diff --git a/doc/html/item_8php.html b/doc/html/item_8php.html index ebaf4de28..4109e4e21 100644 --- a/doc/html/item_8php.html +++ b/doc/html/item_8php.html @@ -116,8 +116,6 @@ Functions    item_content (&$a)   - handle_tag ($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) -   fix_attached_photo_permissions ($uid, $xchan_hash, $body, $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny)    fix_attached_file_permissions ($channel, $observer_hash, $body, $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny) @@ -240,70 +238,6 @@ Functions

Referenced by item_post().

- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
handle_tag ( $a,
$body,
$access_tag,
$str_tags,
 $profile_uid,
 $tag 
)
-
-

This function removes the tag $tag from the text $body and replaces it with the appropiate link.

-
Parameters
- - - - - - -
unknown_type$bodythe text to replace the tag in
unknown_type$access_tag- used to return tag ACL exclusions e.g. @!foo
unknown_type$str_tagsstring to add the tag to
unknown_type$profile_uid
unknown_type$tagthe tag to replace
-
-
-
Returns
boolean true if replaced, false if not replaced
- -

Referenced by item_post(), and photos_post().

-
-- cgit v1.2.3