function wfAttrib($name, $present = true)
{
    return Xml::attrib($name, $present);
}
Exemplo n.º 2
0
function wfAttrib($name, $present = true)
{
    wfDeprecated(__FUNCTION__);
    return Xml::attrib($name, $present);
}