X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=1341d30524d04fef2891d5366626b504076b04e4;hb=0f02d1a449aa5dc172696325ce43949783862eba;hp=b8538a256bc99ab17eaee30d38c91660d0024358;hpb=1f58bcc114928a5a3cd97bd0de34a5aa7d585931;p=friendica.git diff --git a/mod/update_display.php b/mod/update_display.php index b8538a256b..1341d30524 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -1,28 +1,30 @@ \r\n"; echo "
"; - - $text = display_content($a,$profile_uid); + $text = display_content($a, true, $profile_uid); $pattern = "/]*) src=\"([^\"]*)\"/"; $replace = ""; + if (PConfig::get(local_user(), "system", "bandwith_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";