function bbcodeReply($contents, $arg, $parenttag)
{
    return bbcodeQuoteGeneric($contents, $arg, __("Sent by"));
}
Exemplo n.º 2
0
function bbcodeReply($dom, $nodes, $arg, $attrs)
{
    return bbcodeQuoteGeneric($dom, $nodes, $arg, $attrs, __("Sent by"));
}