From: Niklas Laxström Date: Fri, 5 Jun 2009 17:09:59 +0000 (+0000) Subject: This function is NOT deprecated, per Simetrical X-Git-Tag: 1.31.0-rc.0~41491 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=f046a7dbf9f321d000c89c3905893d71260ae062;p=lhc%2Fweb%2Fwiklou.git This function is NOT deprecated, per Simetrical --- 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 |