From a804ba94f34cdfda102fca40c12e27d9b9b50200 Mon Sep 17 00:00:00 2001 From: jianbo Date: Thu, 6 Jan 2022 13:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=85=BE=E8=AE=AF=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E8=A7=A3=E6=9E=90=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/ram-util.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/ram-util.php b/includes/ram-util.php index 78081c3..abdf48d 100644 --- a/includes/ram-util.php +++ b/includes/ram-util.php @@ -555,8 +555,9 @@ function get_post_qq_video($content) if($matches) { $vids=$matches[2]; - $videoUrl= get_qq_video_url($vids); - $vcontent = preg_replace('~~s','',$content); + $vcontent = preg_replace('~~s', '', $content); + //$videoUrl= get_qq_video_url($vids); + //$vcontent = preg_replace('~~s','',$content); } -- GitLab