function bbcodeReply($contents, $arg, $parenttag)
{
    return bbcodeQuoteGeneric($contents, $arg, __("Sent by"));
}
示例#2
0
文件: bbcode.php 项目: knytrune/ABXD
function bbcodeReply($dom, $nodes, $arg, $attrs)
{
    return bbcodeQuoteGeneric($dom, $nodes, $arg, $attrs, __("Sent by"));
}