function wfAttrib($name, $present = true)
{
    return Xml::attrib($name, $present);
}
예제 #2
0
function wfAttrib($name, $present = true)
{
    wfDeprecated(__FUNCTION__);
    return Xml::attrib($name, $present);
}