X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=4b6d26cb7f4fb9303cf8ff3cee72be1caad1d70a;hb=2503660f97c3f9588f1965c23b98d0c78109ee0b;hp=230bbaa0b460d20cdabfb28e4ce5760f7a9b8019;hpb=42c2e09382d3b2846a0cb709d88cda97e717424f;p=friendica.git diff --git a/mod/update_display.php b/mod/update_display.php index 230bbaa0b4..4b6d26cb7f 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -1,26 +1,27 @@ \r\n"; echo "
"; + $text = display_content($a, true, $profile_uid); - $text = display_content($a,$profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; + if (PConfig::get(local_user(), "system", "bandwidth_saver")) { + $replace = "
" . L10n::t("[Embedded content - reload page to view]") . "
"; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text); $pattern = "/<\s*video[^>]*>(.*?)<\s*\/\s*video>/i";