From a3d7e8456ad77f8409f6b3a673bb1c8d2b53949d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 25 Jun 2015 20:07:10 -0700 Subject: undo the disabling of browser_prefetch and for the time being revert the HTML cache until we can isolate all the zid and observer calls. Also get rid of youtube and vimeo bbcode tags which we should not be using any more. --- mod/directory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index fa328462c..5220c1e3e 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -244,7 +244,7 @@ function directory_content(&$a) { $hometown = ((x($profile,'hometown') == 1) ? $profile['hometown'] : False); - $about = ((x($profile,'about') == 1) ? bbcode(strip_bbimage($profile['about'])) : False); + $about = ((x($profile,'about') == 1) ? bbcode($profile['about']) : False); $keywords = ((x($profile,'keywords')) ? $profile['keywords'] : ''); -- cgit v1.2.3