1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-15 11:14:12 +02:00
This commit is contained in:
Ryan Cramer
2023-11-15 08:27:01 -05:00
parent 260e0f228e
commit ae3287ed33

View File

@@ -1004,6 +1004,7 @@ class ProcessCommentsManager extends Process {
$classes = array(
'input' => 'CommentInput',
'select' => '',
'textarea' => '',
'radio' => '',
'checkbox' => '',
@@ -1666,4 +1667,3 @@ class ProcessCommentsManager extends Process {
}