You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code unstrips nowiki blocks from the text that should be placed on the new wiki page. To do this, the parser's internal mStripState member is accessed to get the StripState. This has a public method unstripNoWiki() that does the job. However, the access to mStripState is not declared public and may thus break in the future. A better method should be found. This may require changes in MediaWiki.
The text was updated successfully, but these errors were encountered:
The code unstrips nowiki blocks from the text that should be placed on the new wiki page. To do this, the parser's internal mStripState member is accessed to get the StripState. This has a public method unstripNoWiki() that does the job. However, the access to mStripState is not declared public and may thus break in the future. A better method should be found. This may require changes in MediaWiki.
The text was updated successfully, but these errors were encountered: