aboutsummaryrefslogtreecommitdiffstats
path: root/mod/update_channel.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-25 17:30:11 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-25 17:30:11 -0800
commita039869ba0410a35368e978ddfd638b344b17b40 (patch)
tree322a26924a63b4058b197bedfe96c3e25d8c1c41 /mod/update_channel.php
parent192e85ffa45916ea631ac3c2c59dc264249f537e (diff)
downloadvolse-hubzilla-a039869ba0410a35368e978ddfd638b344b17b40.tar.gz
volse-hubzilla-a039869ba0410a35368e978ddfd638b344b17b40.tar.bz2
volse-hubzilla-a039869ba0410a35368e978ddfd638b344b17b40.zip
issue #185
Diffstat (limited to 'mod/update_channel.php')
-rw-r--r--mod/update_channel.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/update_channel.php b/mod/update_channel.php
index 5f4436d59..63a3735ea 100644
--- a/mod/update_channel.php
+++ b/mod/update_channel.php
@@ -39,6 +39,7 @@ function update_channel_content(&$a) {
$replace = "<img\${1} dst=\"\${2}\"";
// $text = preg_replace($pattern, $replace, $text);
+/*
if(! $load) {
$replace = '<br />' . t('[Embedded content - reload page to view]') . '<br />';
$pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";
@@ -50,6 +51,7 @@ function update_channel_content(&$a) {
$pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i";
$text = preg_replace($pattern, $replace, $text);
}
+*/
/**
* reportedly some versions of MSIE don't handle tabs in XMLHttpRequest documents very well