Issue #2830326 by dww, mpdonadio, cebasqueira, Wim Leers, amateescu, jungle,...
Issue #2830326 by dww, mpdonadio, cebasqueira, Wim Leers, amateescu, jungle, xjm, daffie, Pasqualle: Broken link to 'Put your site into maintenance mode' on update.php results in WSOD
@@ -216,8 +216,10 @@ protected function info(Request $request) {
];
$info[]=$this->t("<strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the 'modules' or 'sites/*/modules' directories as this may confuse Drupal's auto-discovery mechanism.");
// @todo Simplify with https://www.drupal.org/node/2548095
$info[]=$this->t('<strong>Back up your database</strong>. This process will change your database values and in case of emergency you may need to revert to a backup.');
$info[]=$this->t('Install your new files in the appropriate location, as described in the handbook.');