Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-07 12:10:52 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 12:15:48 +0300
commitd3661c7d38304f32f13fac3683d169eb0557e2f4 (patch)
tree1fdb8b93be5b58d5edd4e32bee1264ef25e58060 /lib/private/legacy/template/functions.php
parent447cd553b6a804cf83ed639a3b5792c46ec196cb (diff)
Deprecate script function
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'lib/private/legacy/template/functions.php')
-rw-r--r--lib/private/legacy/template/functions.php1
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)) {