mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
LazyVariableComputer: update parseNonEditWikitext documentation
Article::prepareContentForEdit is deprecated and being removed, refer to WikiPage::prepareContentForEdit instead Plus remove an extra line Change-Id: Ie4438c710639a16557816b53510ce230d15d641c
This commit is contained in:
parent
4f8f420e2e
commit
db8d373a87
|
@ -463,8 +463,7 @@ class LazyVariableComputer {
|
|||
}
|
||||
|
||||
/**
|
||||
* It's like Article::prepareContentForEdit, but not for editing (old wikitext usually)
|
||||
*
|
||||
* It's like WikiPage::prepareContentForEdit, but not for editing (old wikitext usually)
|
||||
*
|
||||
* @param string $wikitext
|
||||
* @param WikiPage $article
|
||||
|
|
Loading…
Reference in a new issue