mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Make method parseNonEditWikitext public
It's used by the Comments extension. Change-Id: If69b1706067a0c80420e427a453da965f226aa75
This commit is contained in:
parent
72fd486374
commit
b4fdb685cb
|
@ -422,7 +422,7 @@ abstract class EchoDiscussionParser {
|
|||
*
|
||||
* @return ParserOutput
|
||||
*/
|
||||
private static function parseNonEditWikitext( $wikitext, Article $article ) {
|
||||
public static function parseNonEditWikitext( $wikitext, Article $article ) {
|
||||
static $cache = [];
|
||||
|
||||
$cacheKey = md5( $wikitext ) . ':' . $article->getTitle()->getPrefixedText();
|
||||
|
|
Loading…
Reference in a new issue