#10875 add mw250px to comment column

This commit is contained in:
miguel angel rasteu 2023-06-05 16:05:38 +02:00
parent 564cc9652e
commit 4b4e2b0266
1 changed files with 8 additions and 0 deletions

View File

@ -2393,6 +2393,14 @@ try {
];
}
$user_comment = array_search('user_comment', $fields);
if ($user_comment !== false) {
$fields[$user_comment] = [
'text' => 'user_comment',
'class' => 'mw250px',
];
}
// Always add options column.
$fields = array_merge(
$fields,