mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/php-events] Fix doc of core.memberlist_prepare_profile_data
PHPBB3-9550
This commit is contained in:
parent
7f156c9798
commit
f2c0b55665
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @event core.memberlist_prepare_profile_data
|
||||||
* @var array data Array with user's data
|
* @var array data Array with user's data
|
||||||
|
|
Loading…
Add table
Reference in a new issue