MediaWiki master
OldChangesListRecentChangesLineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
31 public function onOldChangesListRecentChangesLine( $changeslist, &$s, $rc,
32 &$classes, &$attribs
33 );
34}
Generate a list of changes using the good old system (no javascript).
Utility class for creating and reading rows in the recentchanges table.
This is a hook handler interface, see docs/Hooks.md.
onOldChangesListRecentChangesLine( $changeslist, &$s, $rc, &$classes, &$attribs)
Use this hook to customize a recent changes line.