37 global $wgTranslateMessageNamespaces;
38 $db = wfGetDB( DB_REPLICA );
40 'rc_title ' . $db->buildLike( $db->anyString(),
'/en' ),
41 'rc_namespace' => $wgTranslateMessageNamespaces,
42 'rc_type != ' . RC_LOG,
43 'rc_id > ' . $this->getRCCutoff(),
44 'rc_actor' => FuzzyBot::getUser()->getActorId()