X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fuser%2Fsrc%2FPlugin%2Fviews%2Ffilter%2FName.php;h=3ad018fa559c8eec77ee89f2d4befdaba7dc8e68;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=f4260c5c0bda4aad056c19160fbb5556ed6a83ba;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/user/src/Plugin/views/filter/Name.php b/web/core/modules/user/src/Plugin/views/filter/Name.php index f4260c5c0..3ad018fa5 100644 --- a/web/core/modules/user/src/Plugin/views/filter/Name.php +++ b/web/core/modules/user/src/Plugin/views/filter/Name.php @@ -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'; } } }