use Form Helper

This commit is contained in:
Jean-Christian Paul Denis 2023-05-08 09:41:15 +02:00
parent 6272857721
commit 45b7653498
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -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();
}
/**