BBCode - $1 wrote doesn't make sense as a spoiler. $1 spoiler does.

This commit is contained in:
Thomas Willingham 2014-09-28 03:20:49 +01:00
parent c20c9e99b6
commit ffe6d20dc0

View File

@ -610,7 +610,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) {
// Check for [spoiler=Author] text // Check for [spoiler=Author] text
$t_wrote = t('$1 wrote:'); $t_wrote = t('$1 spoiler');
// handle nested quotes // handle nested quotes
$endlessloop = 0; $endlessloop = 0;