diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index 710a298..546a537 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -960,8 +960,8 @@ function install_verify_completed_task() { $task = unserialize($result->fetchField()); } } - // Do not trigger an error if the database query fails, since the database - // might not be set up yet. + // Do not trigger an error if the database query fails, since the database + // might not be set up yet. catch (Exception $e) { } if (isset($task)) { @@ -1484,8 +1484,8 @@ function install_select_language_form($form, &$form_state, $files = array()) { if (empty($files)) { $form['help'] = array( - '#markup' => '

Translations will be downloaded from the Drupal Translation website. ' . - 'If you do not want this, select English and continue the installation. For more information, see the online handbook.

', + '#markup' =>'

Translations will be downloaded from the Drupal Translation website. ' . + 'If you do not want this, select English and continue the installation. For more information, see the online handbook.

', ); } $form['actions'] = array('#type' => 'actions'); diff --git a/core/modules/locale/locale.bulk.inc b/core/modules/locale/locale.bulk.inc index b265025..026cd10 100644 --- a/core/modules/locale/locale.bulk.inc +++ b/core/modules/locale/locale.bulk.inc @@ -6,12 +6,9 @@ */ use Drupal\Component\Gettext\PoStreamWriter; -use Drupal\locale\LocaleTypedConfig; use Drupal\locale\Gettext; use Drupal\locale\PoDatabaseReader; use Drupal\Core\Language\Language; -use Drupal\Core\Config\InstallStorage; -use Drupal\Core\Config\StorageException; /**