[ticket/12411] Improved change documentation

PHPBB3-12411
This commit is contained in:
PayBas 2014-05-02 16:05:52 +02:00
parent 91ab67d1d9
commit 67c26623ed

View file

@ -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)));