/** @deprecated */
function contextHelp($title, $link = '')
{
    trigger_error("contextHelp() has been deprecated in v3.1 and will be removed by v5.0", E_USER_NOTICE);
    return w2PcontextHelp($title, $link);
}
Exemplo n.º 2
0
function contextHelp($title, $link = '')
{
    return w2PcontextHelp($title, $link);
}