From d0f46171ca48d1eb2c8a63e82d2409523c7adf00 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 19 Jan 2017 03:54:08 +0000 Subject: [PATCH] Add deprecated annotation to Article::doEditContent() Change-Id: I5a15b22c8b12fe77105fbd31427e8a15cde327c6 --- includes/page/Article.php | 1 + 1 file changed, 1 insertion(+) 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, -- 2.20.1