mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13429] Replace @changed with @change in event docblocks
PHPBB3-13429
This commit is contained in:
@@ -556,7 +556,7 @@ function change_poster(&$post_info, $userdata)
|
||||
* @var array userdata Information on a post's new poster
|
||||
* @var array post_info Information on the affected post
|
||||
* @since 3.1.6-RC1
|
||||
* @changed 3.1.7-RC1 Change location to prevent post_info from being set to the new post information
|
||||
* @change 3.1.7-RC1 Change location to prevent post_info from being set to the new post information
|
||||
*/
|
||||
$vars = array('userdata', 'post_info');
|
||||
extract($phpbb_dispatcher->trigger_event('core.mcp_change_poster_after', compact($vars)));
|
||||
|
Reference in New Issue
Block a user