...` containing one RC entry
* @param RecentChange $rc
* @param string[] &$classes Array of CSS classes for the `
` element
* @param string[] &$attribs Associative array of other HTML attributes for the `` element.
* Currently only data attributes reserved to MediaWiki are allowed
* (see Sanitizer::isReservedDataAttribute).
* @return bool|void True or no return value to continue, or false to omit the line from
* RecentChanges and Watchlist special pages
*/
public function onOldChangesListRecentChangesLine( $changeslist, &$s, $rc,
&$classes, &$attribs
);
}