diff --git a/core/modules/action/action.views.inc b/core/modules/action/action.views.inc index fe8bedd..847096b 100644 --- a/core/modules/action/action.views.inc +++ b/core/modules/action/action.views.inc @@ -2,7 +2,7 @@ /** * @file - * Provide views data and handlers for action.module. + * Provides views data and handlers for action.module. * * @ingroup views_module_handlers */ @@ -10,8 +10,8 @@ /** * Implements hook_views_data(). * - * @todo Hook_views_data() is used instead of hook_views_data_alter(), because - * the alter hook doesn't load the .views.inc automatically. + * @todo hook_views_data() is used instead of hook_views_data_alter(), because + * the alter hook doesn't load the *.views.inc automatically. */ function action_views_data() { $data['views']['action_bulk_form'] = array( diff --git a/core/modules/views/views.module b/core/modules/views/views.module index 143cde4..1a46513 100644 --- a/core/modules/views/views.module +++ b/core/modules/views/views.module @@ -1634,8 +1634,7 @@ function views_form_views_form($form, &$form_state, ViewExecutable $view, $outpu ); $form['actions'] = array( - '#type' => 'container', - '#attributes' => array('class' => array('form-actions')), + '#type' => 'actions', '#weight' => 100, ); $form['actions']['submit'] = array(