Jump to content
MediaWiki

Extension talk:StringLoop

Add topic
From mediawiki.org
Latest comment: 15 years ago by Skew in topic Delimiter doesn't work

Delimiter doesn't work

[edit ]
Latest comment: 15 years ago 1 comment1 person in discussion

Easy fix though, just change

$delimiter = $delimiter === null ? ' ' : $delimiter;

to

$delimiter = $delimiter === null ? ' ' : trim( $frame->expand( $delimiter ) );

--Skew 21:45, 30 April 2011 (UTC) Reply

AltStyle によって変換されたページ (->オリジナル) /