This function is NOT deprecated, per Simetrical
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 5 Jun 2009 17:09:59 +0000 (17:09 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 5 Jun 2009 17:09:59 +0000 (17:09 +0000)
includes/Article.php

index 2d9bf5e..56ad67a 100644 (file)
@@ -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 |