diff options
Diffstat (limited to 'lib/private/legacy')
-rw-r--r-- | lib/private/legacy/OC_Util.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index 6239583160b..80114a60b89 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -580,6 +580,8 @@ class OC_Util { /** * add a javascript file * + * @deprecated 24.0.0 + * * @param string $application application id * @param string|null $file filename * @param bool $prepend prepend the Script to the beginning of the list @@ -611,6 +613,8 @@ class OC_Util { /** * add a translation JS file * + * @deprecated 24.0.0 + * * @param string $application application id * @param string|null $languageCode language code, defaults to the current language * @param bool|null $prepend prepend the Script to the beginning of the list |