mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
about comment about deprecated functions
This commit is contained in:
parent
799b870f9a
commit
994fe49e6d
|
|
@ -23,6 +23,10 @@ use Seeddms\Seeddms\Translator;
|
||||||
$translator = new Translator($settings);
|
$translator = new Translator($settings);
|
||||||
$translator->init();
|
$translator->init();
|
||||||
|
|
||||||
|
/* All remaining functions in this file are deprecated and should
|
||||||
|
* not be used anymore. Use instead the equivalent methods in class
|
||||||
|
* Translator;
|
||||||
|
*/
|
||||||
function getAvailableLanguages() { /* {{{ */
|
function getAvailableLanguages() { /* {{{ */
|
||||||
trigger_error("getAvailableLanguages() is deprecated.", E_USER_DEPRECATED);
|
trigger_error("getAvailableLanguages() is deprecated.", E_USER_DEPRECATED);
|
||||||
foreach(debug_backtrace() as $n) {
|
foreach(debug_backtrace() as $n) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user