mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
document plugin-support
move language path declaration to object instantiation git-svn-id: file:///svn/phpbb/trunk@9239 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -151,7 +151,8 @@ class phpbb_system_info extends phpbb_plugin_support implements ArrayAccess
|
||||
* page: Current page from phpBB root, for example: adm/index.php?i=10&b=2
|
||||
* forum: Current forum id (determined by {@link request_var() request_var('f', 0)})
|
||||
*
|
||||
* @return array Array containing page information.
|
||||
* @return array Array containing page information.
|
||||
* @plugin-support return
|
||||
* @access protected
|
||||
*/
|
||||
protected function get_page()
|
||||
|
Reference in New Issue
Block a user