From 31e11d81e8de4a4f5ca5c91590681edab887f2aa Mon Sep 17 00:00:00 2001 From: n-aleha Date: Thu, 17 Apr 2014 01:47:18 +0300 Subject: [PATCH] [ticket/12406] Fix variable description of core.viewtopic_modify_page_title Variable page_title should be described as "Title of the viewtopic page". PHPBB3-12406 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index ad7e8c29bc..25d79a2527 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1877,7 +1877,7 @@ $page_title = $topic_data['topic_title'] . ($start ? ' - ' . sprintf($user->lang * You can use this event to modify the page title of the viewtopic page * * @event core.viewtopic_modify_page_title -* @var string page_title Title of the index page +* @var string page_title Title of the viewtopic page * @var array topic_data Array with topic data * @var int forum_id Forum ID of the topic * @var int start Start offset used to calculate the page