Deprecate static User::edits() in favour of User::getEditCount()
authorMarius Hoch <hoo@online.de>
Wed, 3 Oct 2012 15:22:40 +0000 (17:22 +0200)
committerMarius Hoch <hoo@online.de>
Wed, 17 Oct 2012 23:41:00 +0000 (01:41 +0200)
commit63ed4ac0e4357a6ac8516fb23c703d7e1f7b4c95
treef017a91a67f686db6ec2eff5b589236c261c3dec
parent766ed469cf649a221353e2fdf5549d88e2fa5f43
Deprecate static User::edits() in favour of User::getEditCount()

Moved the logic from the old static User::edits() into
User::getEditCount() and deprecated User::edits() as it's
not following the class hierarchy.

Change-Id: Id2b939ffb903accb8f4dc132a6ac6b6576f81beb
includes/Linker.php
includes/User.php