Remove WAP classes and mark getWAP() as deprecated

This commit is contained in:
Kijin Sung 2023-06-19 14:50:00 +09:00
parent cc7155fe0b
commit 8b8ae5f64c
3 changed files with 1 additions and 166 deletions

View file

@ -110,8 +110,7 @@ function getMobile($module_name)
/**
* Create a wap instance of the module
*
* @param string $module_name The module name to get a wap instance
* @return mixed Module wap class instance
* @deprecated
*/
function getWAP($module_name)
{