Extension talk:StringLoop

Latest comment: 13 years ago by Skew in topic Delimiter doesn't work

Delimiter doesn't work edit

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

Return to "StringLoop" page.