From 1b302101209b44bfa82ca17ac9f6cf0d0cce553d Mon Sep 17 00:00:00 2001 From: ken restivo Date: Thu, 29 Oct 2015 20:50:52 -0700 Subject: Save bandwidth on mobile networks. --- include/bbcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/bbcode.php b/include/bbcode.php index 1092c08a3..517f22bee 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -28,7 +28,7 @@ function tryzrlaudio($match) { if($zrl) $link = zid($link); - return ''; + return ''; } function tryzrlvideo($match) { @@ -37,7 +37,7 @@ function tryzrlvideo($match) { if($zrl) $link = zid($link); - return ''; + return ''; } // [noparse][i]italic[/i][/noparse] turns into -- cgit v1.2.3