X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=4b6d26cb7f4fb9303cf8ff3cee72be1caad1d70a;hb=d0780ccf7dd3efb5337912dcf293617bea495d2a;hp=230bbaa0b460d20cdabfb28e4ce5760f7a9b8019;hpb=4530f4ac9db4a3f9d53ef34ee7a185e2b31cc9be;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";