1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Code cleanup. Moved checkvalidtheme() out of class2.php and into e_theme as initTheme()

This commit is contained in:
Cameron
2020-12-21 17:46:32 -08:00
parent 92504acfdd
commit 812b7cbcb3
8 changed files with 303 additions and 294 deletions

View File

@@ -181,7 +181,7 @@ function e_dump($expr = null)
/**
* Strips slashes from a var if magic_quotes_gqc is enabled
*
* @deprecated
* @param mixed $data
* @return mixed
*/