diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-07 10:10:52 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-01-08 10:15:48 +0100 |
commit | d3661c7d38304f32f13fac3683d169eb0557e2f4 (patch) | |
tree | 1fdb8b93be5b58d5edd4e32bee1264ef25e58060 /lib/private | |
parent | 447cd553b6a804cf83ed639a3b5792c46ec196cb (diff) | |
download | nextcloud-server-d3661c7d38304f32f13fac3683d169eb0557e2f4.tar.gz nextcloud-server-d3661c7d38304f32f13fac3683d169eb0557e2f4.zip |
Deprecate script function
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/legacy/template/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/legacy/template/functions.php b/lib/private/legacy/template/functions.php index 1b554c2329e..e28cf02f7a3 100644 --- a/lib/private/legacy/template/functions.php +++ b/lib/private/legacy/template/functions.php @@ -121,6 +121,7 @@ function print_unescaped($string) { * @param string $app the appname * @param string|string[] $file the filename, * if an array is given it will add all scripts + * @deprecated 23.1.0 */ function script($app, $file = null) { if (is_array($file)) { |