Index: trunk/phase3/includes/Article.php |
— | — | @@ -1446,7 +1446,8 @@ |
1447 | 1447 | } |
1448 | 1448 | |
1449 | 1449 | /** |
1450 | | - * @deprecated use Article::doEdit() |
| 1450 | + * This function is not deprecated until somebody fixes the core not to use |
| 1451 | + * it. Nevertheless, use Article::doEdit() instead. |
1451 | 1452 | */ |
1452 | 1453 | function insertNewArticle( $text, $summary, $isminor, $watchthis, $suppressRC=false, $comment=false, $bot=false ) { |
1453 | 1454 | $flags = EDIT_NEW | EDIT_DEFER_UPDATES | EDIT_AUTOSUMMARY | |