From 01db8144d49e263a1cb36621090b54854b0f8bff Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Aug 2012 10:10:52 +0200 Subject: [PATCH] [feature/php-events] Fix doc of core.generate_smilies_after PHPBB3-9550 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 7ac56588af..1161dd8462 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -124,7 +124,7 @@ function generate_smilies($mode, $forum_id) } /** - * This event is called when the smilies got populated + * This event is called after the smilies are populated * * @event core.generate_smilies_after * @var string mode Mode of the smilies: window|inline