Hard-deprecate MediaWiki::triggerJobs()

Soft-deprecated in MW 1.34, not used anywhere in Codesearch.

Change-Id: Ibc523744b7451d692a4bc7d8688d157d0effe831
This commit is contained in:
Aaron Schulz 2021-03-11 18:14:28 -08:00 committed by Krinkle
parent ebb6f35375
commit ce27d87b27

View file

@ -1141,6 +1141,8 @@ class MediaWiki {
* @deprecated Since 1.34
*/
public function triggerJobs() {
wfDeprecated( __METHOD__, '1.34' );
$jobRunRate = $this->config->get( 'JobRunRate' );
if ( $this->getTitle()->isSpecial( 'RunJobs' ) ) {
return; // recursion guard