39 global $wgTranslateMessageNamespaces;
40 $db = MediaWikiServices::getInstance()->getDBLoadBalancer()->getConnection( DB_REPLICA );
42 'rc_title ' . $db->buildLike( $db->anyString(),
'/en' ),
43 'rc_namespace' => $wgTranslateMessageNamespaces,
44 'rc_type != ' . RC_LOG,
45 'rc_id > ' . $this->getRCCutoff(),
46 'rc_actor' => FuzzyBot::getUser()->getActorId()