1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Update function.php

This commit is contained in:
Caleb Mazalevskis 2023-11-21 17:03:27 +08:00 committed by GitHub
parent 7f486d53b7
commit d49c21e12e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,8 @@ function getAllFlags() {
}
/**
* Deprecated replaced by Layout::getAvilableFlags()
* Deprecated replaced by Layout::getAvailableFlags()
* @deprecated
* @global array $global
* @return array
*/
@ -254,4 +255,4 @@ function revertLangString($lang) {
return $lang;
}
//var_dump(getLanguage());exit;
//var_dump(getLanguage());exit;