diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index e1e4517643..f142d182bc 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1763,7 +1763,7 @@ function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = f ); /** - * Preparing user's data before displaying it in profile and memberlist + * Preparing a user's data before displaying it in profile and memberlist * * @event core.memberlist_prepare_profile_data * @var array data Array with user's data |