X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FCommentStore.php;h=9969b787821ea9bc45c8b1df717a1b5e1fa68dd7;hp=bf3e3d6608a6d993bfaf95f1fdbb4785ad09fa0d;hb=733704ed8248f71dfb982d22799104a976d1ada4;hpb=8477d4a6f5949fcb875fb0d21800866bc548fc05 diff --git a/includes/CommentStore.php b/includes/CommentStore.php index bf3e3d6608..9969b78782 100644 --- a/includes/CommentStore.php +++ b/includes/CommentStore.php @@ -115,8 +115,7 @@ class CommentStore { */ public static function newKey( $key ) { global $wgCommentTableSchemaMigrationStage; - // TODO uncomment once not used in extensions - // wfDeprecated( __METHOD__, '1.31' ); + wfDeprecated( __METHOD__, '1.31' ); $store = new CommentStore( MediaWikiServices::getInstance()->getContentLanguage(), $wgCommentTableSchemaMigrationStage ); $store->key = $key;