From: Reedy Date: Thu, 19 Jan 2017 03:54:08 +0000 (+0000) Subject: Add deprecated annotation to Article::doEditContent() X-Git-Tag: 1.31.0-rc.0~4281^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=d0f46171ca48d1eb2c8a63e82d2409523c7adf00;p=lhc%2Fweb%2Fwiklou.git Add deprecated annotation to Article::doEditContent() Change-Id: I5a15b22c8b12fe77105fbd31427e8a15cde327c6 --- diff --git a/includes/page/Article.php b/includes/page/Article.php index 208fe1f580..d39da90a18 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -2025,6 +2025,7 @@ class Article implements Page { /** * Call to WikiPage function for backwards compatibility. + * @deprecated since 1.29. Use WikiPage::doEditContent() directly instead * @see WikiPage::doEditContent */ public function doEditContent( Content $content, $summary, $flags = 0, $baseRevId = false,