From fa792efacb0e254dfd6a25481a49340ef8cb1b52 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 8 Sep 2025 09:37:43 +0900 Subject: [PATCH] =?UTF-8?q?kcaptcha=20html=20=EC=97=90=20hook=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcaptcha/kcaptcha.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/kcaptcha/kcaptcha.lib.php b/plugin/kcaptcha/kcaptcha.lib.php index 92707012f..6f883f3b5 100644 --- a/plugin/kcaptcha/kcaptcha.lib.php +++ b/plugin/kcaptcha/kcaptcha.lib.php @@ -257,7 +257,7 @@ function captcha_html($class="captcha") $html .= "\n".''; $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; $html .= "\n".''; - return $html; + return run_replace('kcaptcha_captcha_html', $html, $class); }