1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +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( $classes = array(
'input' => 'CommentInput', 'input' => 'CommentInput',
'select' => '',
'textarea' => '', 'textarea' => '',
'radio' => '', 'radio' => '',
'checkbox' => '', 'checkbox' => '',
@@ -1666,4 +1667,3 @@ class ProcessCommentsManager extends Process {
} }