kcaptcha html 에 hook 적용

This commit is contained in:
thisgun
2025-09-08 09:37:43 +09:00
parent de2502fad5
commit fa792efacb

View File

@ -257,7 +257,7 @@ function captcha_html($class="captcha")
$html .= "\n".'<button type="button" id="captcha_reload"><span></span>새로고침</button>'; $html .= "\n".'<button type="button" id="captcha_reload"><span></span>새로고침</button>';
$html .= "\n".'<span id="captcha_info">자동등록방지 숫자를 순서대로 입력하세요.</span>'; $html .= "\n".'<span id="captcha_info">자동등록방지 숫자를 순서대로 입력하세요.</span>';
$html .= "\n".'</fieldset>'; $html .= "\n".'</fieldset>';
return $html; return run_replace('kcaptcha_captcha_html', $html, $class);
} }