use Form Helper
This commit is contained in:
parent
6272857721
commit
45b7653498
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue