Update defaultBBCode.php
For quote bbcode.
This commit is contained in:
parent
5880bbfc39
commit
230e56b716
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ HANDLER,
|
|||
'No_attr' => true,
|
||||
],
|
||||
'handler' => <<<'HANDLER'
|
||||
$header = isset($attrs['Def']) ? '<div class="f-bb-q-header">' . $attrs['Def'] . ' ' . __('wrote') . '</div>' : '';
|
||||
$header = isset($attrs['Def']) ? '<div class="f-bb-q-header">' . __(['%s wrote', $attrs['Def']]) . '</div>' : '';
|
||||
return "</p><blockquote class=\"f-bb-quote\">{$header}<div class=\"f-bb-q-body\"><p>{$body}</p></div></blockquote><p>";
|
||||
HANDLER,
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue