use Form Helper
This commit is contained in:
parent
6272857721
commit
45b7653498
@ -131,7 +131,7 @@ class BackendBehaviors
|
||||
*/
|
||||
public static function adminPostListHeaderV2(MetaRecord $rs, ArrayObject $cols): void
|
||||
{
|
||||
$cols['feed'] = '<th scope="col">' . __('Feed') . '</th>';
|
||||
$cols['feed'] = (new Para(null, 'th'))->text(__('Feed'))->extra('scope="col"')->render();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user