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

           Summary: wfMsgWikiHtml() / wfMsgExt( 'parse' ) / wfMsgExt(
                    'parseinline' ) cannot be used inside tag hooks.
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Internationalization
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: platoni...@gmail.com


Calling wfMsgWikiHtml() / wfMsgExt( 'parse' ) / wfMsgExt( 'parseinline' )
inside a tag hook exposes the UNIQ for the edit sections.

They call $wgOut->parse() which in turn use $wgParser, which is the same as the
parent parser, whose state gets reset.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to