diff options
Diffstat (limited to 'Vote.php')
-rw-r--r-- | Vote.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ class VoteHooks { 'rows' => 3, 'label' => wfMessage('vote-comment')->inLanguage($parser->getTargetLanguage()), 'disabled' => $previewMode, + 'cssclass' => 'vote-comment-textarea', ], 'page' => [ 'type' => 'hidden', |