diff options
author | n-aleha <nick_aleha@myway.com> | 2014-04-17 01:47:18 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-04-17 01:47:18 +0300 |
commit | 31e11d81e8de4a4f5ca5c91590681edab887f2aa (patch) | |
tree | 970725c55cf310536d2d532a430e83a09a3455b2 /phpBB | |
parent | 0da5e3bee9567138431d097aa1a4bea6d1fe2281 (diff) | |
download | forums-31e11d81e8de4a4f5ca5c91590681edab887f2aa.tar forums-31e11d81e8de4a4f5ca5c91590681edab887f2aa.tar.gz forums-31e11d81e8de4a4f5ca5c91590681edab887f2aa.tar.bz2 forums-31e11d81e8de4a4f5ca5c91590681edab887f2aa.tar.xz forums-31e11d81e8de4a4f5ca5c91590681edab887f2aa.zip |
[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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |