X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fpage%2FArticle.php;h=d30f034eabafe6753751644763ecc257e3852330;hb=ec6d6762eabf5ce0714ec561747d2cf50e22444f;hp=ac363b299db2e63225f6abfae171837af1c1b93c;hpb=0c7d0d38dbe1f01c11f2f5834a7bff7d7f160e99;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/page/Article.php b/includes/page/Article.php index ac363b299d..d30f034eab 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -2725,15 +2725,5 @@ class Article implements Page { WikiPage::onArticleEdit( $title ); } - /** - * @param string $oldtext - * @param string $newtext - * @param int $flags - * @return string - * @deprecated since 1.21, use ContentHandler::getAutosummary() instead - */ - public static function getAutosummary( $oldtext, $newtext, $flags ) { - return WikiPage::getAutosummary( $oldtext, $newtext, $flags ); - } // ****** }