GlobalFunctions: Remove deprecated wfCountDown() function from core
authorDerick Alangi <alangiderick@gmail.com>
Thu, 20 Jun 2019 21:49:04 +0000 (22:49 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Thu, 20 Jun 2019 21:54:14 +0000 (22:54 +0100)
commit0022a545c809cec6b2b9b49edee2f4ada4a9ef01
tree1d3278663e070aab99de5c4748fda2b99502a16d
parent1cb3851f0ae514bdf1f10d3bcfc8279965bb9ca1
GlobalFunctions: Remove deprecated wfCountDown() function from core

The global function `wfCountDown()` was deprecated in 1.31 and a replacement
made available (\Maintenance::countdown()) in 1.31 as well. Currently, the few
usage in BSF have been cleaned up, hence can be removed.

Usage
=====

https://codesearch.wmflabs.org/search/?q=wfCountDown&i=nope&files=&repos=

Depends-On: Iae61d36899036ecdc0341feb3f1bcaa6b38dbf44
Depends-On: Id202148c6a6ceaadcefcf7a4ab8360edd9fe3b0b
Bug: T220656
Change-Id: Ic7460f1d35cb6f2eb8bf60694cdd4c55b2e001c0
RELEASE-NOTES-1.34
includes/GlobalFunctions.php