mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/14548] Move deprecated globals and functions
PHPBB3-14584
This commit is contained in:
committed by
Marc Alexander
parent
61bdccbfd8
commit
7a831c3e28
@@ -1148,18 +1148,6 @@ function display_custom_bbcodes()
|
||||
$phpbb_dispatcher->dispatch('core.display_custom_bbcodes');
|
||||
}
|
||||
|
||||
/**
|
||||
* Display reasons
|
||||
*
|
||||
* @deprecated 3.2.0-dev
|
||||
*/
|
||||
function display_reasons($reason_id = 0)
|
||||
{
|
||||
global $phpbb_container;
|
||||
|
||||
$phpbb_container->get('phpbb.report.report_reason_list_provider')->display_reasons($reason_id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display user activity (action forum/topic)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user