Siebrand has submitted this change and it was merged. Change subject: Deprecate static User::edits() in favour of User::getEditCount() ......................................................................
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 --- M includes/Linker.php M includes/User.php 2 files changed, 36 insertions(+), 31 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/26457 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id2b939ffb903accb8f4dc132a6ac6b6576f81beb Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
