Unverified Commit 8ca1b5a7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3056616 by idebr, Pasqualle, init90, alexpott: Remove dead code in NodeTypeForm::actions()

parent b644848b
Loading
Loading
Loading
Loading
+0 −1
Changes for core/modules/node/src/NodeTypeForm.php: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ public function form(array $form, FormStateInterface $form_state) {
  protected function actions(array $form, FormStateInterface $form_state) {
    $actions = parent::actions($form, $form_state);
    $actions['submit']['#value'] = t('Save content type');
    $actions['delete']['#value'] = t('Delete content type');
    return $actions;
  }