reverts $wgDeprecationWhitelist
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 10 Jan 2012 15:40:01 +0000 (15:40 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 10 Jan 2012 15:40:01 +0000 (15:40 +0000)
commit6203ba8874a5431437892bd459e0feeaa685ff7f
treef6c7f5db994249bc20b0b3e2c6ed9bc31a96c908
parentcc8a1f1106b33c6a969d4936611ba6b2224f790a
reverts $wgDeprecationWhitelist

There is no point in ignoring a deprecated function. The call really need
to be migrated OR the core function should not be deprecated if there is
any kind of valid usage.

If you really want to hide notifications, uses:
  $wgDevelopmentWarnings = false;

Reverts r106993 r106946
includes/DefaultSettings.php
includes/GlobalFunctions.php