mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/extension-manager] Use "core files" instead of "global files" in docs
PHPBB3-10323
This commit is contained in:
parent
121cab1c29
commit
8be1500048
1 changed files with 2 additions and 2 deletions
|
@ -1901,7 +1901,7 @@ class user extends session
|
||||||
* @param mixed $lang_set specifies the language entries to include
|
* @param mixed $lang_set specifies the language entries to include
|
||||||
* @param bool $use_db internal variable for recursion, do not use
|
* @param bool $use_db internal variable for recursion, do not use
|
||||||
* @param bool $use_help internal variable for recursion, do not use
|
* @param bool $use_help internal variable for recursion, do not use
|
||||||
* @param string $ext_name The extension to load language from, or empty for global files
|
* @param string $ext_name The extension to load language from, or empty for core files
|
||||||
*
|
*
|
||||||
* Examples:
|
* Examples:
|
||||||
* <code>
|
* <code>
|
||||||
|
@ -1952,7 +1952,7 @@ class user extends session
|
||||||
/**
|
/**
|
||||||
* Add Language Items from an extension - use_db and use_help are assigned where needed (only use them to force inclusion)
|
* Add Language Items from an extension - use_db and use_help are assigned where needed (only use them to force inclusion)
|
||||||
*
|
*
|
||||||
* @param string $ext_name The extension to load language from, or empty for global files
|
* @param string $ext_name The extension to load language from, or empty for core files
|
||||||
* @param mixed $lang_set specifies the language entries to include
|
* @param mixed $lang_set specifies the language entries to include
|
||||||
* @param bool $use_db internal variable for recursion, do not use
|
* @param bool $use_db internal variable for recursion, do not use
|
||||||
* @param bool $use_help internal variable for recursion, do not use
|
* @param bool $use_help internal variable for recursion, do not use
|
||||||
|
|
Loading…
Add table
Reference in a new issue