X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=4b6d26cb7f4fb9303cf8ff3cee72be1caad1d70a;hb=050ad68b9fc21fc5cf06153d2c6d161d30b241c6;hp=86f4db8259f83c4db9fdd580666c91da42060c16;hpb=f852f7aac0b44f243d3cd812aa92122f7b38067b;p=friendica.git diff --git a/mod/update_display.php b/mod/update_display.php index 86f4db8259..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";