X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fpage%2FArticle.php;h=ac363b299db2e63225f6abfae171837af1c1b93c;hp=9a2a8e2b577d597495b22dff23f6802b89433fd5;hb=0c7d0d38dbe1f01c11f2f5834a7bff7d7f160e99;hpb=a3b1ef7c21ba9af94f611f6ca1d64e75710db176 diff --git a/includes/page/Article.php b/includes/page/Article.php index 9a2a8e2b57..ac363b299d 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -2331,16 +2331,6 @@ class Article implements Page { return $this->mPage->getRevision(); } - /** - * Call to WikiPage function for backwards compatibility. - * @see WikiPage::getText - * @deprecated since 1.21 use WikiPage::getContent() instead - */ - public function getText( $audience = Revision::FOR_PUBLIC, User $user = null ) { - wfDeprecated( __METHOD__, '1.21' ); - return $this->mPage->getText( $audience, $user ); - } - /** * Call to WikiPage function for backwards compatibility. * @see WikiPage::getTimestamp @@ -2503,15 +2493,6 @@ class Article implements Page { ); } - /** - * Call to WikiPage function for backwards compatibility. - * @deprecated since 1.21, use prepareContentForEdit - * @see WikiPage::prepareTextForEdit - */ - public function prepareTextForEdit( $text, $revid = null, User $user = null ) { - return $this->mPage->prepareTextForEdit( $text, $revid, $user ); - } - /** * Call to WikiPage function for backwards compatibility. * @see WikiPage::protectDescription