Skip to content

Commit

Permalink
Deprecate script function
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jan 7, 2022
1 parent cd68207 commit d0ae28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/legacy/template/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit d0ae28d

Please sign in to comment.