https://bugzilla.wikimedia.org/show_bug.cgi?id=30652

Sal Quintanilla <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Sal Quintanilla <[email protected]> 2012-06-08 22:35:29 
UTC ---
For SF 2.4.2 (plus?), the replacement is simply

    } elseif ( $sub_components[0] == 'values' ) {
        // also been set
-       $values = $sub_components[1];
+       $values = trim( $wgParser->recursiveTagParse( $sub_components[1] ) );

The delimiter is taken care of properly after component parsing.

Sal (and sometimes Skew)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to