finish translation of 'xxxxx wrote:'
This commit is contained in:
parent
fd0bd8433a
commit
85c831bcbf
1 changed files with 4 additions and 2 deletions
|
@ -195,9 +195,11 @@ upper-alpha;">$2</ul>' ,$Text);
|
||||||
$Text = preg_replace("/\[quote\](.*?)\[\/quote\]/ism","$QuoteLayout", $Text);
|
$Text = preg_replace("/\[quote\](.*?)\[\/quote\]/ism","$QuoteLayout", $Text);
|
||||||
|
|
||||||
// Check for [quote=Author] text
|
// Check for [quote=Author] text
|
||||||
$t_wrote = t("wrote");
|
|
||||||
|
$t_wrote = t('$1 wrote:');
|
||||||
|
|
||||||
$Text = preg_replace("/\[quote=[\"\']*(.*?)[\"\']*\](.*?)\[\/quote\]/ism",
|
$Text = preg_replace("/\[quote=[\"\']*(.*?)[\"\']*\](.*?)\[\/quote\]/ism",
|
||||||
"<blockquote><strong>$1 wrote:</strong> $2</blockquote>",
|
"<blockquote><strong>" . $t_wrote . "</strong> $2</blockquote>",
|
||||||
$Text);
|
$Text);
|
||||||
|
|
||||||
// [img=widthxheight]image source[/img]
|
// [img=widthxheight]image source[/img]
|
||||||
|
|
Loading…
Reference in a new issue