mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12411] Improved change documentation
PHPBB3-12411
This commit is contained in:
parent
91ab67d1d9
commit
67c26623ed
1 changed files with 5 additions and 2 deletions
|
@ -1019,7 +1019,10 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
* @var array zebra The zebra data of the current user
|
* @var array zebra The zebra data of the current user
|
||||||
* @var array attachments All the attachments of the search results
|
* @var array attachments All the attachments of the search results
|
||||||
* @since 3.1.0-a1
|
* @since 3.1.0-a1
|
||||||
* @changed 3.1.0-b3 Added many vars
|
* @changed 3.1.0-b3 Added vars show_results, topic_title, replies,
|
||||||
|
* view_topic_url, folder_img, folder_alt, topic_type, unread_topic,
|
||||||
|
* topic_unapproved, posts_unapproved, topic_deleted, u_mcp_queue,
|
||||||
|
* zebra, attachments
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'row',
|
'row',
|
||||||
|
@ -1037,7 +1040,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
'topic_deleted',
|
'topic_deleted',
|
||||||
'u_mcp_queue',
|
'u_mcp_queue',
|
||||||
'zebra',
|
'zebra',
|
||||||
'attachments'
|
'attachments',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.search_modify_tpl_ary', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.search_modify_tpl_ary', compact($vars)));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue