Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views_ui / admin.inc
index a2d9fedcbc1c7cd1458586553bef8627fcb8c3e5..1b8b88ff94b608fbed71bb3e5ed2af3db9aebda7 100644 (file)
@@ -255,7 +255,8 @@ function views_ui_standard_display_dropdown(&$form, FormStateInterface $form_sta
 
   $form['override']['dropdown'] = [
     '#type' => 'select',
-    '#title' => t('For'), // @TODO: Translators may need more context than this.
+    // @TODO: Translators may need more context than this.
+    '#title' => t('For'),
     '#options' => $display_dropdown,
   ];
   if ($current_display->isDefaulted($section)) {