diff options
author | Mario <mario@mariovavti.com> | 2021-05-28 08:28:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-28 08:28:32 +0000 |
commit | f1aace5a22368a703e562169f855a0e387c5b93a (patch) | |
tree | 95a2cb5b651217ad85cece95e12137534f5ad274 /include/text.php | |
parent | 0718ac514d2421a96ab191f874a0cd8b120a5a78 (diff) | |
download | volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.gz volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.bz2 volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.zip |
remove unobscure()
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/text.php b/include/text.php index 2584a94b9..8dc5ee188 100644 --- a/include/text.php +++ b/include/text.php @@ -1515,15 +1515,6 @@ function link_compare($a, $b) { return false; } -// Given an item array, convert the body element from bbcode to html and add smilie icons. -// If attach is true, also add icons for item attachments - - -function unobscure(&$item) { - return; -} - - function theme_attachments(&$item) { $s = ''; |