Unify Special:Contribs/DeletedContribs subtitle implementation
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 4 Aug 2016 22:19:59 +0000 (15:19 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 4 Aug 2016 22:32:41 +0000 (15:32 -0700)
commitb61a8640b8d2ea30a9bfbe64f32d516071355bbd
tree3783445bdcefac03821ccd246cd220e13454a905
parent4a75700ac9d585a86f47273cb816b707eec65985
Unify Special:Contribs/DeletedContribs subtitle implementation

Basically all of the code was duplicated, except that Contribs had a
link to DeletedContribs, and DeletedContribs had a link to Contribs.

Now DeletedContribs will call the function in Contribs, and remove the
DeletedContribs link, and add its own link to Contribs instead of
needing to duplicate the entire list of links.

Change-Id: Ia004a4a69427fd5b554131b19b0e263523b7da67
includes/specials/SpecialContributions.php
includes/specials/SpecialDeletedContributions.php