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

--- Comment #2 from Daniel Friesen <[email protected]> ---
Is it?

It's basically:

wfMessage( 'foo' )
  ->inLanguage( 'en_CA' )
  ->params(
    wfMessage( 'bar' )
      ->params( 'foo' ) );

vs.

wfMessage( 'foo' )
  ->inLanguage( 'en_CA' )
  ->params(
    wfMessage( 'bar' )
      ->params( 'foo' )
      ->inLanguage( 'en_CA' ) );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to