mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge pull request #2325 from n-aleha/ticket/12406
[ticket/12406] Fix variable description of core.viewtopic_modify_page_ti... * n-aleha/ticket/12406: [ticket/12406] Fix variable description of core.viewtopic_modify_page_title
This commit is contained in:
commit
42e29daa1f
1 changed files with 1 additions and 1 deletions
|
@ -1879,7 +1879,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
|
||||
|
|
Loading…
Add table
Reference in a new issue