function WL_doAddRestrictedPagesTab(&$personal_urls, $title ) {
	return WhiteListHooks::AddRestrictedPagesTab($personal_urls, $title );
}
Exemplo n.º 2
0
function WL_doCheckSchema()
{
    return WhiteListHooks::CheckSchema();
}