コード例 #1
0
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"));
}