https://bugzilla.wikimedia.org/show_bug.cgi?id=25749
Siebrand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Siebrand <[email protected]> 2010-11-02 15:14:36 UTC --- Not sure which version has been deployed at Wikimedia at the moment, but the below piece of code that is currently in trunk suggests this is being done (r63691 / March 13, 2010): case 'af_actions': $actions = explode( ',', $value ); $displayActions = array(); foreach ( $actions as $action ) { $displayActions[] = AbuseFilter::getActionDisplay( $action ); } return htmlspecialchars( $wgLang->commaList( $displayActions ) ); Wikimedia is running some pretty old code... Closing as works for me. -- 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
