https://bugzilla.wikimedia.org/show_bug.cgi?id=58918
--- Comment #2 from Niklas Laxström <[email protected]> --- The code is: 241- new mw.Api().parse( 242- mw.message( group.priorityforce ? 243: 'tpt-discouraged-language-force' : 244- 'tpt-discouraged-language', 245- '', 246- $.uls.data.getAutonym( targetLanguage ), 247- preferredLanguages.join( ', ' ) 248- ).parse() 249- ).done( function ( parsedWarning ) { 250- $groupWarning.html( parsedWarning ); 251- } ); So it is in JavaScript but it is parsed via the API. I'm confused though why the input to the API call is parsed first, as that would lead to double escaping if there were links and stuff. -- 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
