From 994fe49e6deb47693234113d924871b6cb9fd933 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Nov 2025 18:55:49 +0100 Subject: [PATCH] about comment about deprecated functions --- inc/inc.Language.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/inc.Language.php b/inc/inc.Language.php index 33e1f9025..94344656b 100644 --- a/inc/inc.Language.php +++ b/inc/inc.Language.php @@ -23,6 +23,10 @@ use Seeddms\Seeddms\Translator; $translator = new Translator($settings); $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() { /* {{{ */ trigger_error("getAvailableLanguages() is deprecated.", E_USER_DEPRECATED); foreach(debug_backtrace() as $n) {