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

       Web browser: ---
            Bug ID: 50752
           Summary: 'nowiki' specified by parserfunction return values
                    doesn't do real nowiki
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Currently it's:

} elseif ( $nowiki && ( $this->ot['html'] || $this->ot['pre'] ) ) {
        # Escape nowiki-style return values
        $text = wfEscapeWikiText( $text );

while real nowiki = insertStripItem which disables language conversion for
given text too.

-- 
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

Reply via email to