diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 5d19f30..b1bdee7 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -105,9 +105,6 @@ function system_help($route_name, RouteMatchInterface $route_match) { case 'system.themes_page': $output = '

' . t('Set and configure the default theme for your website. Alternative themes are available.', array('!themes' => 'https://www.drupal.org/project/themes')) . '

'; - if (\Drupal::moduleHandler()->moduleExists('block')) { - $output .= '

' . t('You can place blocks for each theme on the block layout page.', array('@blocks' => \Drupal::url('block.admin_display'))) . '

'; - } return $output; case 'system.theme_settings_theme':