diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-25 20:07:10 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-25 20:07:10 -0700 |
commit | a3d7e8456ad77f8409f6b3a673bb1c8d2b53949d (patch) | |
tree | 1cf70f7ff92dc7a489ae49a4877dc7dffeb38ab5 /mod/update_display.php | |
parent | 70975dda4ae5237914b510ee61559fc8233ab34d (diff) | |
download | volse-hubzilla-a3d7e8456ad77f8409f6b3a673bb1c8d2b53949d.tar.gz volse-hubzilla-a3d7e8456ad77f8409f6b3a673bb1c8d2b53949d.tar.bz2 volse-hubzilla-a3d7e8456ad77f8409f6b3a673bb1c8d2b53949d.zip |
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.
Diffstat (limited to 'mod/update_display.php')
-rw-r--r-- | mod/update_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/update_display.php b/mod/update_display.php index 5802852bb..d41e2e5cb 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -19,7 +19,7 @@ function update_display_content(&$a) { $text = display_content($a,$profile_uid, $load); $pattern = "/<img([^>]*) src=\"([^\"]*)\"/"; $replace = "<img\${1} dst=\"\${2}\""; - $text = preg_replace($pattern, $replace, $text); +// $text = preg_replace($pattern, $replace, $text); if(! $load) { $replace = '<br />' . t('[Embedded content - reload page to view]') . '<br />'; |