From f046a7dbf9f321d000c89c3905893d71260ae062 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 5 Jun 2009 17:09:59 +0000 Subject: [PATCH] This function is NOT deprecated, per Simetrical --- includes/Article.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 2d9bf5e625..56ad67ad37 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1446,7 +1446,8 @@ class Article { } /** - * @deprecated use Article::doEdit() + * This function is not deprecated until somebody fixes the core not to use + * it. Nevertheless, use Article::doEdit() instead. */ function insertNewArticle( $text, $summary, $isminor, $watchthis, $suppressRC=false, $comment=false, $bot=false ) { $flags = EDIT_NEW | EDIT_DEFER_UPDATES | EDIT_AUTOSUMMARY | -- 2.20.1