Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / Plugin / views / filter / Name.php
index f4260c5c0bda4aad056c19160fbb5556ed6a83ba..3ad018fa559c8eec77ee89f2d4befdaba7dc8e68 100644 (file)
@@ -115,7 +115,8 @@ class Name extends InOperator {
           $this->valueOptions[$account->id()] = $account->label();
         }
         else {
-          $this->valueOptions[$account->id()] = 'Anonymous'; // Intentionally NOT translated.
+          // Intentionally NOT translated.
+          $this->valueOptions[$account->id()] = 'Anonymous';
         }
       }
     }