Linker: Deprecate formatSize()
authorKunal Mehta <legoktm@member.fsf.org>
Sat, 10 Sep 2016 07:14:20 +0000 (00:14 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sat, 10 Sep 2016 07:14:20 +0000 (00:14 -0700)
commitb6ac6ab899cd9baaadfc41dc82b7c9bd8dd2d1bc
tree3234b4899b178260bc53ff39b5baf52b276a6677
parentb95260df1bd2c9caede3e93493dd40b2ae5441be
Linker: Deprecate formatSize()

This is a static function that uses global state through $wgLang, and
provides no benefit than calling Language::formatSize() directly aside
from escaping. But that should generally be handled closer to output
generation.

Change-Id: I35fdbaf2fcaa89f0d4442e1f63ec8ed29e0c339f
RELEASE-NOTES-1.28
includes/DummyLinker.php
includes/Linker.php