https://bugzilla.wikimedia.org/show_bug.cgi?id=18578
--- Comment #4 from Niklas Laxström <[email protected]> 2009-05-21 13:01:49 UTC --- This turned out to be a bit harder than I excpected, because the $1 can actually be a list of items: $s .= wfMsgForContent( 'revdelete-hid', implode( ', ', $changes[0] ) ); (should use $wgLang->commaList() btw) Would it be enough to keep the revdelete-(un)hid and make variants of revdelete-{uname,summary,content} for the unhid message? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
