Loading core/modules/node/src/Form/NodeForm.php +3 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,9 @@ public function form(array $form, FormStateInterface $form_state) { '#wrapper_attributes' => ['class' => ['entity-meta__author']], ]; if (isset($form['status'])) { $form['status']['#group'] = 'footer'; } // Node author information for administrators. $form['author'] = [ Loading Loading
core/modules/node/src/Form/NodeForm.php +3 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,9 @@ public function form(array $form, FormStateInterface $form_state) { '#wrapper_attributes' => ['class' => ['entity-meta__author']], ]; if (isset($form['status'])) { $form['status']['#group'] = 'footer'; } // Node author information for administrators. $form['author'] = [ Loading