r51504 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51503‎ | r51504 | r51505 >
Date:15:49, 5 June 2009
Author:simetrical
Status:ok
Tags:
Comment:
Don't use wfDeprecated for still-used methods

If the method is really deprecated, then get rid of all in-tree callers
before you start spamming everyone with notices.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1449,7 +1449,6 @@
14501450 * @deprecated use Article::doEdit()
14511451 */
14521452 function insertNewArticle( $text, $summary, $isminor, $watchthis, $suppressRC=false, $comment=false, $bot=false ) {
1453 - wfDeprecated( __METHOD__ );
14541453 $flags = EDIT_NEW | EDIT_DEFER_UPDATES | EDIT_AUTOSUMMARY |
14551454 ( $isminor ? EDIT_MINOR : 0 ) |
14561455 ( $suppressRC ? EDIT_SUPPRESS_RC : 0 ) |

Status & tagging log