mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[feature/php-events] Fix doc of core.viewtopic_cache_guest_data
PHPBB3-9550
This commit is contained in:
parent
90ed6e734d
commit
6ad805713d
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ while ($row = $db->sql_fetchrow($result))
|
|||
);
|
||||
|
||||
/**
|
||||
* Modify the guests user data displayed with the posts
|
||||
* Modify the guest user's data displayed with the posts
|
||||
*
|
||||
* @event core.viewtopic_cache_guest_data
|
||||
* @var array user_cache_data Array with the user's data
|
||||
|
|
Loading…
Add table
Reference in a new issue