function WL_doAddRestrictedPagesTab(&$personal_urls, $title ) {
	return WhiteListHooks::AddRestrictedPagesTab($personal_urls, $title );
}
Example #2
0
function WL_doCheckSchema()
{
    return WhiteListHooks::CheckSchema();
}