From 3fcc1f2d5f999000549792c5835a2f8d678e317d Mon Sep 17 00:00:00 2001 From: kkigomi Date: Sat, 7 Jan 2023 01:32:14 +0900 Subject: [PATCH] =?UTF-8?q?html=5Fprocess->run()=EC=97=90=20Replace=20Hook?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common.lib.php b/lib/common.lib.php index 6018674ce..ecedd1c34 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -2766,6 +2766,8 @@ class html_process { $buffer = preg_replace('#(]*>.*?)#', "$meta_tag{$nl}$1", $buffer); } + $buffer = run_replace('html_process_buffer', $buffer); + return $buffer; } }