Deprecate script function

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2022-01-07 10:10:52 +01:00 committed by John Molakvoæ
parent 447cd553b6
commit d3661c7d38
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {