From 24eec4aa2110478ff5f64aeef8759aae44742ec0 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 5 Apr 2021 17:44:37 +0200 Subject: [PATCH] PHPDoc --- core/userrights.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/userrights.class.inc.php b/core/userrights.class.inc.php index b68259f30..f29bfda60 100644 --- a/core/userrights.class.inc.php +++ b/core/userrights.class.inc.php @@ -1258,7 +1258,7 @@ class UserRights } /** - * Render the user initials in best effort mode + * Render the user initials in best effort mode (first letter of first word + first letter of any other word if capitalized) * * @param string $sLogin Login of the user from which we want to retrieve the initials *