mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[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
This commit is contained in:
parent
0da5e3bee9
commit
31e11d81e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* You can use this event to modify the page title of the viewtopic page
|
||||||
*
|
*
|
||||||
* @event core.viewtopic_modify_page_title
|
* @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 array topic_data Array with topic data
|
||||||
* @var int forum_id Forum ID of the topic
|
* @var int forum_id Forum ID of the topic
|
||||||
* @var int start Start offset used to calculate the page
|
* @var int start Start offset used to calculate the page
|
||||||
|
|
Loading…
Add table
Reference in a new issue